From a7edd1b18c51cd66a6e7384e902fd5fd6a9ef4f9 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:23:55 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 (#131) Co-authored-by: OniriCorpe Co-authored-by: OniriCorpe Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index cd47ece..3e534d4 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,7 +70,7 @@ then ynh_script_progression --message="Migrating binary architecture..." # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config.yaml" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config.yaml" fi # FIXME: this should be managed by the core in the future diff --git a/scripts/upgrade b/scripts/upgrade index 6c45835..759b680 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -292,7 +292,7 @@ then architecture=$(detect_arch) # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config.yaml" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config.yaml" fi # FIXME: this should be managed by the core in the future