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