mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
rollback
This commit is contained in:
parent
b3c0755e9d
commit
7dd3a00bb5
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ then
|
|||
for myuser in $(echo "$new_users" | sed "s/,/ /g")
|
||||
do
|
||||
#copy sql
|
||||
# sudo cp $app_path/app/SQL/install_ynh.sql /tmp/$myuser-install.sql
|
||||
$app_path/cli/create-user.php --user --email
|
||||
sudo cp $app_path/app/SQL/install_ynh.sql /tmp/$myuser-install.sql
|
||||
# $app_path/cli/create-user.php --user --email
|
||||
|
||||
|
||||
#change username in sql
|
||||
|
|
Loading…
Reference in a new issue