Fixing typo in the crontab.example file
authorChris Sharp <csharp@georgialibraries.org>
Tue, 15 Oct 2013 13:01:57 +0000 (09:01 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 15 Oct 2013 13:18:02 +0000 (09:18 -0400)
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 <csharp@georgialibraries.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/crontab.example

index 5838ff4..1060f77 100644 (file)
@@ -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