From 9f9353b73672848d38076b3e5963f589b12356d0 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 15:39:54 +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 cce0c24..1431540 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -45,8 +45,8 @@ 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" --source_id="main" --keep=".env" - ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" + ynh_setup_source --dest_dir="$install_dir" --source_id="main" --full_replace=1 --keep=".env" + ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source_id="fonts" --full_replace=1 fi chmod 750 "$install_dir"