mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-09 10:15:25 +01:00
run_rp_banner(): Fix indentation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user