From 87de3cb06e024d7a57a9221f5c8fd7ecf257d2e1 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 11 Feb 2017 23:25:24 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ff43a8b..e47a9f6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,9 +7,9 @@ source ./_common app=$YNH_APP_INSTANCE_NAME -domain=$(ynh_app_setting_set $app domain) -path=$(ynh_app_setting_set $app path) -is_public=$(ynh_app_setting_set $app is_public) +domain=$(ynh_app_setting_get $app domain) +path=$(ynh_app_setting_get $app path) +is_public=$(ynh_app_setting_get $app is_public) # Remove trailing "/" for next commands if [[ ! "$path" == "/" ]]; then