1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix] typo

This commit is contained in:
Clément 2015-02-09 17:59:10 +01:00
parent 83d8252a42
commit 5fa134f065

View file

@ -80,7 +80,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 [[ $sharingEnable -e '1' ]]; then
if [[ $sharingEnable -eq 1 ]]; then
sudo sed -i "s@'sharing'\ =>\ array\ (@$sharingWallabag@g" $final_path/data/users/$myuser/config.php
fi
done