1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
Clément 2017-01-22 12:13:06 +01:00
parent 5e9255fb6d
commit fe00d16fc1

View file

@ -29,7 +29,9 @@ 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
# 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
sudo sed -i "s/YnoUser/$myuser/g" /tmp/$myuser-install.sql