From af95860d850b45fe8cbb51b7994348568f2a7517 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 15 Jul 2021 07:49:33 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index ae10fba..86744c2 100755 --- a/scripts/install +++ b/scripts/install @@ -201,13 +201,6 @@ ynh_script_progression --message="Setting up cron job..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" -#================================================= -# STORE THE CONFIG FILE CHECKSUM -#================================================= - -# Calculate and store the config file checksum into the app settings -ynh_store_file_checksum --file="$config" - #================================================= # SETUP LOGROTATE #=================================================