From 1bd3e11340ba6fecf6e42840a961693eb2ce79c1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 2 May 2019 20:47:26 +0200 Subject: [PATCH] Adding title for config file checksum during upgrade --- scripts/upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index b4380df..44141f9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -139,6 +139,10 @@ ynh_add_fpm_config # ... #================================================= +#================================================= +# STORE THE CONFIG FILE CHECKSUM +#================================================= + ### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script. ### And create a backup of this file if the checksum is different. So the file will be backed up if the admin had modified it. ynh_backup_if_checksum_is_different --file="$final_path/CONFIG_FILE"