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 #=================================================