From: Bill Erickson Date: Wed, 14 Sep 2016 15:26:57 +0000 (-0400) Subject: JBAS-1497 Remove CC number cleaner from CRONTAB X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ef566bb74f82e7a78987d54a0c524c461088f76d;p=working%2FEvergreen.git JBAS-1497 Remove CC number cleaner from CRONTAB We no longer accept any credit card data from patrons, so there's no data to regularly scrub. Signed-off-by: Bill Erickson --- diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 5b4c936075..92bc2989ca 100644 --- 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 -