From 303f92841e694fe5dbb6541ffaca727ac5c73e66 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 7 Aug 2017 01:29:44 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 2f05611..6979d62 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,6 +28,7 @@ domain=$(ynh_app_setting_get "$app" domain) final_path=$(ynh_app_setting_get "$app" final_path) is_public=$(ynh_app_setting_get "$app" is_public) port=$(ynh_app_setting_get "$app" port) +install_log=/var/log/$app/installation.log #================================================= # MANAGE SCRIPT FAILURE