1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-07-25 13:51:25 +02:00 committed by GitHub
parent 560193deb6
commit 21e242cf9d

View file

@ -211,7 +211,7 @@ sudo yunohost service add $app --log "/var/log/$app/nodebb.log"
# SETUP SSOWAT # SETUP SSOWAT
#================================================= #=================================================
if [ "$is_public" = 0 ]; if [ $is_public -eq 1 ];
then then
ynh_app_setting_set "$app" unprotected_uris "/" ynh_app_setting_set "$app" unprotected_uris "/"
fi fi