From 3999dce147e0da91a73984b204cf333e03816bde Mon Sep 17 00:00:00 2001 From: opi Date: Sat, 7 May 2016 02:05:09 +0200 Subject: [PATCH] [fix] Hardcoded app name. --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index aec3c9c..281984c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -63,5 +63,5 @@ sudo service nginx reload # Set ssowat config if [ "$is_public" = "Yes" ]; then - sudo yunohost app setting dokuwiki unprotected_uris -v "/" + sudo yunohost app setting $app unprotected_uris -v "/" fi