From b07405d0f885f28764031dd80d27af84a90007b1 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 17 Sep 2020 21:12:01 +0200 Subject: [PATCH] fix upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 7f01d85..eeae6e4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,6 +24,7 @@ fi # definie useful vars final_path="/opt/yunohost/$app" +data_path="/home/$app/.$app" # use prior backup and restore on error only if backup feature exists on installed instance ynh_script_progression --message="Creating backup in case of failure..."