From a1f25ca7be546abcd6a0e14c23909d9f50473a5c Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Sun, 24 Jan 2021 20:48:35 +0100 Subject: [PATCH] fix warning package check (upgrade script) --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fbeface..37a1437 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,7 +107,7 @@ ynh_add_fpm_config ynh_backup_if_checksum_is_different --file="$final_path/config.php" # Recalculate and store the checksum of the file for the next upgrade. -ynh_store_file_checksum --file="$final_path/CONFIG_FILE" +ynh_store_file_checksum --file="$final_path/config.php" #================================================= # GENERIC FINALIZATION