From: Chris Sharp Date: Tue, 15 Oct 2013 13:01:57 +0000 (-0400) Subject: Fixing typo in the crontab.example file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2130d757192426904688a302ed9e3671bb675daf;p=evergreen%2Fmasslnc.git 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 --- 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