From 5dd2652ff77780c76e31a10c751af383d90d1991 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 05:39:55 +0100 Subject: [PATCH] Fix Path URL --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2cfab26..9400f32 100755 --- a/scripts/install +++ b/scripts/install @@ -367,7 +367,7 @@ 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 ",$path_url_autodiscover1" fi #=================================================