From 670e76488b95641f4c3527175e9bdcd0d0be3584 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:05:55 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/restore | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 7b9f65e..63e3e73 100644 --- a/scripts/restore +++ b/scripts/restore @@ -114,11 +114,11 @@ ynh_script_progression --message="Building app..." --weight=1 if ! wkhtmltopdf --version | grep "wkhtmltopdf 0.12.4 (with patched qt)"; then # The debian package has a bug so we deploy a more recent version if [ -f '../manifest.json' ] ; then - ynh_setup_source /usr/ + ynh_setup_source /usr/ --full_replace=1 else OLD_YNH_CWD=$YNH_CWD YNH_CWD=$YNH_CWD/../settings/conf - ynh_setup_source /usr/ + ynh_setup_source /usr/ --full_replace=1 YNH_CWD=$OLD_YNH_CWD fi fi diff --git a/scripts/upgrade b/scripts/upgrade index 7c94ba7..e212ca2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -128,11 +128,11 @@ ynh_script_progression --message="Building app..." --weight=1 if ! wkhtmltopdf --version | grep "wkhtmltopdf 0.12.4 (with patched qt)"; then # The debian package has a bug so we deploy a more recent version if [ -f '../manifest.json' ] ; then - ynh_setup_source /usr/ + ynh_setup_source /usr/ --full_replace=1 else OLD_YNH_CWD=$YNH_CWD YNH_CWD=$YNH_CWD/../settings/conf - ynh_setup_source /usr/ + ynh_setup_source /usr/ --full_replace=1 YNH_CWD=$OLD_YNH_CWD fi fi