From 9e25897e6ffd4487aa44df6f9893670439cebc65 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Sat, 23 Sep 2023 22:11:35 +0200 Subject: [PATCH] We try -r option for ynh_setup_source --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ffb2e41..81f218b 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 --dest_dir="$install_dir" + ynh_setup_source -r --dest_dir="$install_dir" fi #=================================================