JBAS-258 circ purge log max date
authorBill Erickson <berickxx@gmail.com>
Fri, 16 Jan 2015 17:33:19 +0000 (12:33 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/purge_circs/purge_circulations.sh

index 7297956..13e1306 100644 (file)
@@ -39,6 +39,7 @@ fi
 set -e
 echo "DATE_START=$DATE_START"
 echo "DURATION='$MAX_DURATION_MINUTES'"
+echo "MAX_DATE=$MAX_DATE"
 EPOCH_START=$(date '+%s')   #When this script started, measured as seconds since the Unix epoch
 EPOCH_STOP=$(($EPOCH_START + ($MAX_DURATION_MINUTES * 60) )) #Do not call psql again after this moment
 echo "This script will stop after $(date --date=@$EPOCH_STOP)."