mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-03 12:21:57 +02:00
run_rp_banner(): Fix indentation.
This commit is contained in:
@ -1147,7 +1147,7 @@ run_rp_banner() {
|
|||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
outln "--"
|
outln "--"
|
||||||
fileout "rp_header" "INFO" "No reverse proxy banner found"
|
fileout "rp_header" "INFO" "No reverse proxy banner found"
|
||||||
else
|
else
|
||||||
while read line; do
|
while read line; do
|
||||||
line=$(strip_lf "$line")
|
line=$(strip_lf "$line")
|
||||||
if ! $first; then
|
if ! $first; then
|
||||||
|
Reference in New Issue
Block a user