From 6deef6c4604e34e710618566336ac6dbf1550838 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:24:35 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 (#16) Co-authored-by: OniriCorpe Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: OniriCorpe Co-authored-by: Yunohost-Bot <> --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a4be173..06397c0 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,7 +28,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from manifest.toml - ynh_setup_source --dest_dir="$install_dir" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 # remove potential trailing slash to avoid double slashes path_without_trailing_slash=${path%/}