From 2141bf165d03e30b4a2982b160e1948b874e17a1 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Wed, 14 Jun 2017 21:34:41 -0500 Subject: [PATCH] more color/mono simplifications --- prowler | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/prowler b/prowler index 8820a6ca..5b1ecbd4 100755 --- a/prowler +++ b/prowler @@ -113,6 +113,7 @@ if [[ $MONOCHROME -eq 1 ]]; then WHITE='' else # Colors + # NOTE: Your editor may NOT show the 0x1b / escape character left of the '[' NORMAL="" WARNING="" # Bad (red) SECTION="" # Section (yellow) @@ -296,11 +297,7 @@ infoReferenceLong(){ infoReferenceShort(){ # Report review note: - if [[ $MONOCHROME -eq 1 ]]; then - echo -n " http://bit.ly/2g3PEf7" - else - echo -e " $NOTICE http://bit.ly/2g3PEf7$NORMAL" - fi + echo -e " $NOTICE http://bit.ly/2g3PEf7$NORMAL" } prowlerBanner