mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
wip
This commit is contained in:
parent
5e9255fb6d
commit
fe00d16fc1
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue