Skip to content

Commit

Permalink
finalize compare redactions
Browse files Browse the repository at this point in the history
  • Loading branch information
wlongabaugh committed Oct 5, 2022
1 parent 05ae285 commit bc5b3bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/compareConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ while read -r LINE; do
echo "KEY REDACTED"
elif [ ! -z `echo "${LINE}" | sed -e 's/<//' | sed -e 's/>//' | grep -i "TOKEN"` ]; then
echo "TOKEN REDACTED"
elif [ ! -z `echo "${LINE}" | sed -e 's/<//' | sed -e 's/>//' | grep -i "DICOM"` ]; then
echo "DICOM REDACTED"
else
echo "${LINE}"
fi
Expand Down

0 comments on commit bc5b3bb

Please sign in to comment.