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:
parent
83d8252a42
commit
5fa134f065
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue