From 43dfa4e8f76543ac0e65b4572f33197ae6a0b91c Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Sat, 23 Sep 2023 22:26:49 +0200 Subject: [PATCH] Try again --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 81f218b..74972e6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,7 +32,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source -r --dest_dir="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --full-replace fi #=================================================