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:
parent
9c7af2a797
commit
60dc5ae739
1 changed files with 1 additions and 0 deletions
|
@ -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#/*$##')
|
||||||
|
|
Loading…
Reference in a new issue