From 142c526388f7be807a5b5324c3cd3f3ceb9eebca Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 29 Sep 2023 22:30:45 +0700 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e91c6ff..8954546 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,7 +47,6 @@ ynh_script_progression --message="Backing up the app before upgrading (may take # Ugly fix for an early mistake - to be removed with next upgrade ynh_secure_remove --file="$final_path/outlinestorage" -ynh_secure_remove --file="$mc_path/outlinestorage" # Backup the current version of the app ynh_backup_before_upgrade @@ -84,6 +83,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src + ynh_secure_remove --file="$final_path" ynh_setup_source --dest_dir="$final_path" fi