mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix]stupid
This commit is contained in:
parent
e3e9bab221
commit
7faaae130e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ do
|
|||
mysql -u $db_user -p$db_pwd $db_user < /tmp/$myuser-install.sql
|
||||
#remove temp sql
|
||||
sudo rm /tmp/$myuser-install.sql
|
||||
sudo mkdir $final_path/data/users/$myuser/
|
||||
#sudo mkdir $final_path/data/users/$myuser/
|
||||
#copy default conf
|
||||
#sudo cp ../conf/dist_user.conf $final_path/data/users/$myuser/config.php
|
||||
sudo cp -r $final_path/data/users/_/ $final_path/data/users/$myuser
|
||||
|
|
Loading…
Add table
Reference in a new issue