1
0
Fork 0
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:
Josué Tille 2018-02-10 23:10:57 +01:00
parent b162e4cd9a
commit 56e2f75387

View file

@ -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