mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 17:50:59 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user