From 4df61eed14ec6cccf5767a8c54fcfb4a6ccd327e Mon Sep 17 00:00:00 2001 From: Harald Wagener Date: Fri, 17 Jul 2015 11:05:07 +0200 Subject: [PATCH] Update testssl.sh Fix typo. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index a7994d5..d5031a7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4453,7 +4453,7 @@ else lets_roll "${STARTTLS_PROTOCOL}" ret=$? else # no --ip was supplied - if [[ $(printf "$IPADDRs" | wc -w | sed 's/ //g') -gt 1 ]]; then # we have more that one ipv4 address to check + if [[ $(printf "$IPADDRs" | wc -w | sed 's/ //g') -gt 1 ]]; then # we have more than one ipv4 address to check pr_bold "Testing now all IP addresses (on port $PORT): "; outln "$IPADDRs" for ip in $IPADDRs; do draw_dotted_line "-" $TERM_DWITH