mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix]still don't know how to bash...
This commit is contained in:
parent
6f013ceefc
commit
8be61139c9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ do
|
|||
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/
|
||||
sudo cp -r $final_path/data/users/_ $final_path/data/users/$myuser
|
||||
sudo mv $final_path/data/users/$myuser/config.default.php mv $final_path/data/users/$myuser/config.php
|
||||
|
||||
if [[ $sharingWallabag -ne '' ]]; then
|
||||
|
|
Loading…
Reference in a new issue