mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix ssowat
This commit is contained in:
parent
b162e4cd9a
commit
56e2f75387
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ set_permission
|
|||
# configure the sso
|
||||
if [ "$is_public" = "0" ];
|
||||
then # Retire l'accès public
|
||||
ynh_app_setting_delete $app skipped_uris
|
||||
ynh_app_setting_delete $app skipped_uris
|
||||
else
|
||||
ynh_app_setting_set $app skipped_uris "/"
|
||||
ynh_app_setting_set $app unprotected_uris "/"
|
||||
fi
|
||||
|
||||
# SETUP LOGROTATE
|
||||
|
|
Loading…
Reference in a new issue