From 10609fd1d9a2576c9adea9a741d98d540edac569 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 22 Apr 2016 17:16:12 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bb4d65a..ffd9462 100644 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,7 @@ if [ "$is_public" = "No" ]; then # redirect to SSOwat login in sudo yunohost app setting $app unprotected_uris -d - sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$","$domain$path/core/js/.*$","$domain$path/templates/.*$" + sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$","$domain$path/core/js/.*$","$domain$path/templates/.*$","$domain$path/private/temp/.*%.zip$" else sudo yunohost app setting $app unprotected_uris -v "/" fi