From 2a845303cb0f7072f8debea4cc362d28b00aecad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Jun 2021 22:23:39 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1fe992a..f152123 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,18 +61,6 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" -#================================================= -# DOWNLOAD, CHECK AND UNPACK SOURCE -#================================================= - -#if [ "$upgrade_type" == "UPGRADE_APP" ] -#then -# ynh_script_progression --message="Upgrading source files..." --weight=5 -# -# # Download, check integrity, uncompress and patch the source from app.src -# ynh_setup_source --dest_dir="$final_path" -#fi - #================================================= # CREATE DEDICATED USER #=================================================