mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
CLeaning
This commit is contained in:
parent
d286c0a0b8
commit
16ad6b30ed
2 changed files with 3 additions and 1 deletions
|
@ -191,7 +191,7 @@ if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
ynh_app_setting_set $app skipped_uris "/"
|
ynh_app_setting_set $app skipped_uris "/"
|
||||||
else
|
else
|
||||||
echo "nothing";
|
ynh_app_setting_set $app protected_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
|
|
|
@ -63,6 +63,8 @@ is_public=$(ynh_app_setting_get $app is_public)
|
||||||
if [ "$is_public" = "Yes" ];
|
if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
ynh_app_setting_set $app skipped_uris "/"
|
ynh_app_setting_set $app skipped_uris "/"
|
||||||
|
else
|
||||||
|
ynh_app_setting_set $app protected_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue