From 7ae8d47b7d2c9123dc7ee30daad5d5aeb289c9fc Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sun, 12 Apr 2015 22:59:06 +0100 Subject: [PATCH] test --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 24fe5ed..019f553 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +52,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$sitename.conf #sudo yunohost app setting $app is_public -v "$is_public" if [ $is_public = "Yes" ]; then - sudo yunohost app setting $app unprotected_uris -v "/" + sudo yunohost app setting $app unprotected_uris -v "" #else # sudo yunohost app setting $app protected_uris -v "/" fi