From bd34fe3828bfbbefea5adbccc0e656fc90dc6624 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Dec 2018 18:05:38 +0100 Subject: [PATCH] correction config_file --- scripts/install | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 50ac340..9128ae4 100755 --- a/scripts/install +++ b/scripts/install @@ -160,7 +160,7 @@ ynh_system_user_create $app ### you can make a backup of this file before modifying it again if the admin had modified it. # Calculate and store the config file checksum into the app settings -ynh_store_file_checksum "$final_path/CONFIG_FILE" +#ynh_store_file_checksum "$final_path/CONFIG_FILE" #================================================= # GENERIC FINALIZATION diff --git a/scripts/remove b/scripts/remove index c99d8ef..0e3b7b6 100755 --- a/scripts/remove +++ b/scripts/remove @@ -61,7 +61,7 @@ ynh_secure_remove "$final_path" #================================================= # Remove the dedicated nginx config -#ynh_remove_nginx_config +ynh_remove_nginx_config #================================================= # REMOVE LOGROTATE CONFIGURATION