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-12-28 20:33:28 +01:00 committed by GitHub
parent 6bb11760d7
commit 74fff451ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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