From 42e9406ee1e92d02889fa8a5dd605efd0cafc5cc Mon Sep 17 00:00:00 2001 From: Karsten Weiss Date: Wed, 14 Sep 2016 12:23:18 +0200 Subject: [PATCH] run_rp_banner(): Fix indentation. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 8ae0b3a..d9a1679 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1147,7 +1147,7 @@ run_rp_banner() { if [[ $? -ne 0 ]]; then outln "--" fileout "rp_header" "INFO" "No reverse proxy banner found" - else + else while read line; do line=$(strip_lf "$line") if ! $first; then