Signed-off-by: Bill Erickson <berickxx@gmail.com>
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
# 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
+