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:
parent
6bb11760d7
commit
74fff451ca
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ yunohost service add $app --log "/var/log/$app/nodebb.log"
|
||||||
|
|
||||||
if [ $is_public -eq 1 ];
|
if [ $is_public -eq 1 ];
|
||||||
then
|
then
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set $app skipped_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue