From 6bbb6d0522ecde3975181fe0af7f965bc7d60603 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 27 Jun 2018 14:25:12 -0400 Subject: [PATCH] JBAS-2015 UMS print notice summary email CRONTAB entry Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index c516d073fe..77e73dd2c5 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -176,3 +176,5 @@ BACKSTAGE_PASSWORD = BSPASS # Note --skip-* options are also available to limit reingest actions # 10 0 * * * . ~/.bashrc && cd $SCRIPT_DIR/bib_reingest/ && ./pingest.pl --week-batch +# Send a daily print notice summary to Cynthia -- testing w/ my username +# 0 6 * * * cat /openils/var/log/print-notices/*_$(date +'\%F') | mailx -s "UMS Print Notice Summary" ccrivette@kcls.org,bbonner@kcls.org -- 2.11.0