mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix]typo on the mv
This commit is contained in:
parent
7faaae130e
commit
c7dc0b7b2a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ do
|
|||
#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 mv $final_path/data/users/$myuser/config.default.php mv $final_path/data/users/$myuser/config.php
|
||||
sudo mv $final_path/data/users/$myuser/config.default.php $final_path/data/users/$myuser/config.php
|
||||
|
||||
if [[ $sharingWallabag -ne '' ]]; then
|
||||
sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $final_path/data/users/$myuser/config.php
|
||||
|
|
Loading…
Reference in a new issue