From edf5ae8311650d42ebaaf7c1ede84657c75e0ea3 Mon Sep 17 00:00:00 2001 From: Adrian Utrilla Date: Tue, 8 Jan 2019 16:54:03 +0100 Subject: [PATCH] Remove compatibility_report cron job --- scripts/crontab/crontab.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/crontab/crontab.tpl b/scripts/crontab/crontab.tpl index 40e06a3f39..00b8a5f4df 100644 --- a/scripts/crontab/crontab.tpl +++ b/scripts/crontab/crontab.tpl @@ -16,9 +16,6 @@ HOME=/tmp 50 * * * * %(z_cron)s cleanup_extracted_file 55 * * * * %(z_cron)s unhide_disabled_files -#every 3 hours -20 */3 * * * %(z_cron)s compatibility_report - #twice per day 25 17,5 * * * %(z_cron)s hide_disabled_files 25 18,6 * * * %(z_cron)s cleanup_image_files