mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
fix user creation
This commit is contained in:
parent
985c1119b0
commit
6a446dcca3
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ ynh_print_info "Creating users..."
|
||||||
for myuser in $(ynh_user_list)
|
for myuser in $(ynh_user_list)
|
||||||
do
|
do
|
||||||
user_token=$(ynh_string_random)
|
user_token=$(ynh_string_random)
|
||||||
$final_path/cli/create-user.php --user $myuser --language $language --token $user_token --no-default-feeds
|
$final_path/cli/create-user.php --user $myuser --language $language --token $user_token
|
||||||
done
|
done
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue