mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
run_rp_banner(): Fix indentation.
This commit is contained in:
parent
6a6d4880d6
commit
42e9406ee1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user