From f4e818ca745c860f8cff67f9b84773c5e7a63ade Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 06:19:33 +0100 Subject: [PATCH] Fix PATH --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b4fad0d..4a00dbc 100755 --- a/scripts/install +++ b/scripts/install @@ -368,7 +368,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 skipped_uris "path_url_activesync,$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1" + ynh_app_setting_set $app skipped_uris "$path_url_activesync,$path_url_autodiscover1,$path_url_autodiscover2,$path_url_autodiscover1" fi #=================================================