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>
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