From 8051b3bcd3259a9f5007e0f3c858d642878292ca Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:04:12 +0100 Subject: [PATCH] [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index ac32d71..26b369b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Installation of Debian package of Duniter…" -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb" ynh_secure_remove "$install_dir/duniter-server.deb" diff --git a/scripts/upgrade b/scripts/upgrade index a657bb6..dc48cda 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,7 +40,7 @@ fi #================================================= ynh_script_progression --message="Installation of Debian package of Duniter…" -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_exec_warn_less dpkg -i "$install_dir/duniter-server.deb" ynh_secure_remove "$install_dir/duniter-server.deb"