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