From 9d62b1d51e78d52defa51d002bd7902ee59d174d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 Apr 2023 20:28:07 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 418c1dc..b892ea5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -175,9 +175,9 @@ ynh_script_progression --message="Updating a configuration file..." config_file="$final_path/.config/syncthing/config.xml" -ynh_backup_if_checksum_is_different --file="$config_file" +#ynh_backup_if_checksum_is_different --file="$config_file" # Recalculate and store the checksum of the file for the next upgrade. -ynh_store_file_checksum --file="$config_file" +#ynh_store_file_checksum --file="$config_file" #ynh_add_config --template="../conf/config.xml" --destination="$config_file"