From: Bill Erickson Date: Thu, 18 Dec 2014 18:52:24 +0000 (-0500) Subject: JBAS-258 CRONTAB repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fcb2fbba26978f128d5499bb55134ab4c93965c9;p=working%2FEvergreen.git JBAS-258 CRONTAB repairs Signed-off-by: Bill Erickson --- diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index b1017c6d2d..80f6b7d17b 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -24,10 +24,10 @@ PGHOST = localhost # change for cluster install 30 3 * * * . ~/.bashrc && $EG_BIN/fine_generator.pl $SRF_CORE # Custom reshelving completer to avoid statement timeout -0 1 * * * $SCRIPT_DIR/reshelving/reshelving.sh +0 1 * * * cd $SCRIPT_DIR/reshelving/ && ./reshelving.sh # Extend Patron Expiration Date based on activity -15 0 * * * $SCRIPT_DIR/patron_activity/patron_activity.sh +15 0 * * * cd $SCRIPT_DIR/patron_activity/ && ./patron_activity.sh # create the list of blocked patrons for offline use # Note: The resulting list.txt file needs to be copied to all Apache servers