From fcb2fbba26978f128d5499bb55134ab4c93965c9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 18 Dec 2014 13:52:24 -0500 Subject: [PATCH] JBAS-258 CRONTAB repairs Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0