From: Bill Erickson Date: Tue, 3 May 2016 16:33:43 +0000 (-0400) Subject: JBAS-953 Add CC number clear to CRONTAB X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c25bb0792dfec3168a803a9ecf10fb86ce316301;p=working%2FEvergreen.git JBAS-953 Add CC number clear to CRONTAB Signed-off-by: Bill Erickson --- 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 +