From 506a46d1cc890884aa174a934c870382f47f8b15 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 24 Aug 2016 16:31:47 +0200 Subject: [PATCH] Bug 17159: Add --mail to the cron example file too Content-Type: text/plain; charset=utf-8 It was not even there yet. Test plan: Verify if this change looks good. --- misc/cronjobs/crontab.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/crontab.example b/misc/cronjobs/crontab.example index cef4740..6288f55 100644 --- a/misc/cronjobs/crontab.example +++ b/misc/cronjobs/crontab.example @@ -85,7 +85,7 @@ KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs 59 23 * * * __KOHA_USER__ $KOHA_CRON_PATH/services_throttle.pl > /dev/null 2>&1 # clean up databases nightly. Be sure not to run this with --sessions during a time when the system is in use! -16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites +16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --mail # delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete. @weekly __KOHA_USER__ $KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1 -- 1.7.10.4