1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00
This commit is contained in:
polytan02 2016-12-24 10:10:00 +00:00
parent d286c0a0b8
commit 16ad6b30ed
2 changed files with 3 additions and 1 deletions

View file

@ -191,7 +191,7 @@ if [ "$is_public" = "Yes" ];
then
ynh_app_setting_set $app skipped_uris "/"
else
echo "nothing";
ynh_app_setting_set $app protected_uris "/"
fi
# Reload Nginx and regenerate SSOwat conf

View file

@ -63,6 +63,8 @@ is_public=$(ynh_app_setting_get $app is_public)
if [ "$is_public" = "Yes" ];
then
ynh_app_setting_set $app skipped_uris "/"
else
ynh_app_setting_set $app protected_uris "/"
fi