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

[fix]Variable not initialized :'(

This commit is contained in:
Clément 2016-09-16 11:11:52 +02:00
parent 9c7af2a797
commit 60dc5ae739

View file

@ -63,6 +63,7 @@ fi
# Add users # Add users
#check wallabag #check wallabag
sharingEnable=0
if sudo yunohost app list --installed -f wallabag2 | grep -q id ; then if sudo yunohost app list --installed -f wallabag2 | grep -q id ; then
echo "Detected wallabag V2" echo "Detected wallabag V2"
wallabagPath=$(sudo yunohost app setting wallabag2 path | sed 's#/*$##') wallabagPath=$(sudo yunohost app setting wallabag2 path | sed 's#/*$##')