mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
correct use of ynh_user_list helper
This commit is contained in:
parent
82daae28fc
commit
11aebfd9dd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ elif sudo yunohost app list --installed -f wallabag | grep -q id ; then
|
|||
sharingEnable=1
|
||||
fi
|
||||
|
||||
for myuser in ynh_user_list
|
||||
for myuser in $(ynh_user_list)
|
||||
do
|
||||
user_token=$(ynh_string_random)
|
||||
$TMPDIR/cli/create-user.php --user $myuser --language en --token $user_token --no-default-feeds
|
||||
|
|
Loading…
Add table
Reference in a new issue