From 9a344a0458e4427c69f9838641772379b110c918 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:06:44 +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 ce3653a..c06d759 100644 --- a/scripts/restore +++ b/scripts/restore @@ -26,7 +26,7 @@ ynh_script_progression --message="Reinstalling Netdata..." --weight=18 # Download, check integrity, uncompress and patch the source from app.src NETDATA_TMPDIR=$(mktemp -d) -ynh_setup_source --dest_dir="$NETDATA_TMPDIR" +ynh_setup_source --dest_dir="$NETDATA_TMPDIR" --full_replace=1 # create a temporary file for the log tmplog=$(mktemp /tmp/netdata-updater-log-XXXXXX.log) diff --git a/scripts/upgrade b/scripts/upgrade index eb4a0d5..bd391f9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -20,7 +20,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=18 # Download, check integrity, uncompress and patch the source from app.src NETDATA_TMPDIR=$(mktemp -d) -ynh_setup_source "$NETDATA_TMPDIR" +ynh_setup_source "$NETDATA_TMPDIR" --full_replace=1 #================================================= # SPECIFIC UPGRADE