From d62a16ea49f897149604408dee71142111536f92 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:08:09 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 31947bc..08f5f1a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,7 +31,7 @@ then #cp -a "$install_dir/tpl" "$tmpdir/tpl" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="data tpl" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="data tpl" #cp -a "$tmpdir/data" "$install_dir/" #cp -a -n "$tmpdir/tpl" "$install_dir/" # copy without erasing existing templates (from official source)