JBAS-953 Add CC number clear to CRONTAB
authorBill Erickson <berickxx@gmail.com>
Tue, 3 May 2016 16:33:43 +0000 (12:33 -0400)
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/CRONTAB

index 8eb9907..e875069 100644 (file)
@@ -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
+