From deb6eb6c8798a1285b5b42f7770661ff6b560aff Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 06:03:37 +0100 Subject: [PATCH] Fix PATH --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b58020d..c5f843a 100755 --- a/scripts/install +++ b/scripts/install @@ -367,8 +367,8 @@ ynh_use_logrotate if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway. - #ynh_app_setting_set $app unprotected_uris "/" - ynh_app_setting_set $app unprotected_uris $path_url_autodiscover1 + ynh_app_setting_set $app unprotected_uris "/" + ynh_app_setting_set $app skipped_uris "$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1" fi #=================================================