From 5f7d6e0ee58e3b13c205693a66eee2654aa11033 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:08:36 +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 d710d77..46211b6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,12 +40,12 @@ 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/build" + ynh_setup_source --dest_dir="$install_dir/build" --full_replace=1 fi # $install_dir will automatically be initialized with some decent # permission by default ... however, you may need to recursively reapply -# ownership to all files such as after the ynh_setup_source step +# ownership to all files such as after the ynh_setup_source step --full_replace=1 chown -R $app:www-data "$install_dir" #=================================================