projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a3500
)
JBAS-1497 Remove CC number cleaner from CRONTAB
author
Bill Erickson
<berickxx@gmail.com>
Wed, 14 Sep 2016 15:26:57 +0000
(11:26 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
We no longer accept any credit card data from patrons, so there's no
data to regularly scrub.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/CRONTAB
patch
|
blob
|
history
diff --git
a/KCLS/utility-scripts/CRONTAB
b/KCLS/utility-scripts/CRONTAB
index
5b4c936
..
92bc298
100644
(file)
--- a/
KCLS/utility-scripts/CRONTAB
+++ b/
KCLS/utility-scripts/CRONTAB
@@
-125,6
+125,3
@@
PGHOST = localhost
# 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
-