1
0
Fork 0
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:
Clément 2019-05-22 12:38:02 +02:00
parent 985c1119b0
commit 6a446dcca3

View file

@ -159,7 +159,7 @@ ynh_print_info "Creating users..."
for myuser in $(ynh_user_list)
do
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
#=================================================