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:
parent
61442d0ff7
commit
f8460527bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue