From e4ba9261233c3bad0fe7b02c195a15fde2155be2 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 16:18:24 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 904d116..beca44a 100644 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,7 @@ sudo cp ../conf/nginx.conf $nginxconf sudo chown root: $nginxconf sudo chmod 600 $nginxconf -sudo yunohost app setting $app is_public -v "$is_public" +sudo ynh_app_setting_set "$app" is_public "$is_public" if [ "$is_public" = "Yes" ]; then ynh_app_setting_set "$app" unprotected_uris "/"