From 595c577302ee010b34a65aba89e8e2c2e192742f Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 11 Feb 2017 21:03:25 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 03578d9..a73fece 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -6,6 +6,9 @@ set -eu # Load common variables and functions source ./_common +# Récupère les infos de l'application. +app=$YNH_APP_INSTANCE_NAME + # Retrieve arguments domain=$(ynh_app_setting_get "$app" domain) path=$(ynh_app_setting_get "$app" path)