From 1245a889593f0c7d97f914c3488d881f095bf878 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:08:59 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3d99d82..b5e4107 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -32,10 +32,10 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] 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 --dest_dir="$install_dir" --full_replace=1 # Download, check integrity, uncompress and patch the source from dist.src - ynh_setup_source --dest_dir="$install_dir/dist" --source_id="dist" + ynh_setup_source --dest_dir="$install_dir/dist" --source_id="dist" --full_replace=1 fi chmod -R o-rwx "$install_dir"