From f6f2ad68e6bc260b4178daaaac600a4d3a79272e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 27 Jan 2021 19:03:16 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index faae3d9..b4352bd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME -#domain=$(ynh_app_setting_get --app=$app --key=domain) final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= @@ -57,7 +56,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - git clone git://erdgeist.org/opentracker "$final_path" --quiet + git fetch git://erdgeist.org/opentracker "$final_path" --quiet pushd $final_path ynh_exec_warn_less make