From 2130d757192426904688a302ed9e3671bb675daf Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 15 Oct 2013 09:01:57 -0400 Subject: [PATCH] Fixing typo in the crontab.example file I'm assuming here that the intention was to set the purge_pending_users.srfsh job to run at 2:30 a.m., but it was set to run at 30:02 - obviously an invalid time. Signed-off-by: Chris Sharp Signed-off-by: Dan Scott --- Open-ILS/examples/crontab.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/crontab.example b/Open-ILS/examples/crontab.example index 5838ff400c..1060f77254 100644 --- a/Open-ILS/examples/crontab.example +++ b/Open-ILS/examples/crontab.example @@ -43,7 +43,7 @@ EG_BIN_DIR = /openils/bin 2 0 * * * . ~/.bashrc && $EG_BIN_DIR/reshelving_complete.srfsh # Run the pending user purger -2 30 * * * . ~/.bashrc && $EG_BIN_DIR/purge_pending_users.srfsh +30 2 * * * . ~/.bashrc && $EG_BIN_DIR/purge_pending_users.srfsh # create the list of blocked patrons for offline use # Note: The resulting list.txt file needs to be copied to all Apache servers -- 2.11.0