From c25bb0792dfec3168a803a9ecf10fb86ce316301 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 3 May 2016 12:33:43 -0400 Subject: [PATCH] JBAS-953 Add CC number clear to CRONTAB Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 8eb9907f10..e875069de0 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -12,7 +12,8 @@ AT_FILTERS = /openils/conf/a_t_filters/ SCRIPT_DIR = /home/opensrf/Evergreen/KCLS/utility-scripts PGUSER = evergreen PGDATABASE = evergreen -PGHOST = localhost # change for cluster install +# change for cluster install +PGHOST = localhost # Uncomment on production to generate email alerts for certain actions # EG_UTIL_NOTIFY = 1 @@ -118,3 +119,6 @@ PGHOST = localhost # change for cluster install # Process and archive student import files each Sunday night at 11pm # 0 23 * * 0 cd /home/opensrf/Evergreen/KCLS/utility-scripts/import_students && ./sftp-client-agent.sh -b db01 -p -a +# Clear last-4 of CC number in credit card payments +5 4 * * * . ~/.bashrc && $EG_BIN/clear_cc_number.srfsh + -- 2.11.0