From 75ca8d988493d72af5548e75e71e270ae136d839 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:58:22 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9f8ea9c..66c98bb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,13 +35,6 @@ ynh_systemd_action --action="stop" --service_name="${app}_workers" --log_path="s # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -if [ "$upgrade_type" == "UPGRADE_APP" ] -then - ynh_script_progression --message="Upgrading source files..." --weight=1 - - # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep=".env" -fi mkdir -p "$install_dir" chmod -R o-rwx "$install_dir"