Small update for -N.

This commit is contained in:
Brett Bohnenkamper
2013-05-12 03:13:41 -05:00
parent 6e18223dfc
commit 6b95ceb041

View File

@@ -2604,7 +2604,7 @@ infoDisplay () {
*) labelcolor="\e[1;33m";;
esac
[[ "$my_lcolor" ]] && labelcolor="${my_lcolor}"
[[ "$no_color" == "1" ]] && labelcolor=""; bold=""
[[ "$no_color" == "1" ]] && labelcolor=""; bold=""; c0=""
# Some verbosity stuff
[[ "$verbosity" == "1" ]] && [[ "$screenshot" == "1" ]] && verboseOut "Screenshot will be taken after info is displayed."
[[ "$verbosity" == "1" ]] && [[ "$hostshot" == "1" ]] && verboseOut "Screenshot will be transferred/uploaded to specified location."