mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
10 lines
224 B
Bash
Executable file
10 lines
224 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -a
|
|
source /usr/share/yunohost/helpers
|
|
|
|
app="${0//.\/50-}"
|
|
username=$1
|
|
|
|
user_token=$(ynh_string_random)
|
|
sudo -u $app $final_path/cli/create-user.php --user $username --language en --token $user_token
|