1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update install

This commit is contained in:
frju365 2017-02-04 20:09:59 +01:00 committed by GitHub
parent 61442d0ff7
commit f8460527bd

View file

@ -56,7 +56,7 @@ sudo systemctl start "$app".service
ynh_app_setting_set "$app" is_public "$is_public"
if [ "$is_public" = "Yes" ];
if [ "$is_public" = 0 ];
then
ynh_app_setting_set "$app" unprotected_uris "/"
fi