From 31f8cba4b7e191f8bcefaf832f74055b4664ed80 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 05:46:27 +0100 Subject: [PATCH] FIX SSOWAT --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9400f32..d2397e6 100755 --- a/scripts/install +++ b/scripts/install @@ -366,8 +366,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 unprotected_uris $path_url_autodiscover1 fi #=================================================