From f3d6dcb1bafa8a64584e7f31b36b463d1ee7cfcc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 15 Aug 2021 18:18:12 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 68840d8..e0871c6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -210,7 +210,8 @@ fi #================================================= ynh_script_progression --message="Updating a configuration file..." -ynh_add_config --template="../conf/couchpotato.conf" --destination="$final_path/settings.conf" +ynh_backup_if_checksum_is_different --file="$final_path/settings.conf" +#ynh_add_config --template="../conf/couchpotato.conf" --destination="$final_path/settings.conf" chmod 600 "$final_path/settings.conf" chown $app:$app "$final_path/settings.conf"