From 68872925da41a91b4d68e8d60fb2f073079911d1 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 11 Mar 2024 16:05:29 +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 7f3be16..be6a4ba 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,8 +31,8 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=1 - ynh_setup_source --dest_dir="$install_dir" --source_id=influxdb2 --keep=".influxdbv2/" - ynh_setup_source --dest_dir="$install_dir" --source_id=influx + ynh_setup_source --dest_dir="$install_dir" --source_id=influxdb2 --full_replace=1 --keep=".influxdbv2/" + ynh_setup_source --dest_dir="$install_dir" --source_id=influx --full_replace=1 fi chmod -R 750 "$install_dir"