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 #=================================================