From 4d7d46e25a4706c12c6b3b88d97d27dd9aa5cde9 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 11 Feb 2017 22:14:57 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f26800f..9575b7e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -58,5 +58,5 @@ sudo service nginx reload # Set ssowat config if [ "$is_public" = "Yes" ]; then - sudo ynh_app_setting_set $app unprotected_uris "/" + ynh_app_setting_set $app unprotected_uris "/" fi