From 220ed6bf165766a846a7a1f4ccc599360c33c11f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:08:31 +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 ccb2987..3049ae3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -29,7 +29,7 @@ then # For this app sources are in app subdirectory tmp_dir=$(mktemp -d) - ynh_setup_source --dest_dir="$tmp_dir" + ynh_setup_source --dest_dir="$tmp_dir" --full_replace=1 # Dist is the compiled version. Other directories are source code and tools to build the program cp -a "$tmp_dir/dist/." "$install_dir/" ynh_secure_remove --file="$tmp_dir"