run_rp_banner(): Fix indentation.

This commit is contained in:
Karsten Weiss 2016-09-14 12:23:18 +02:00
parent 6a6d4880d6
commit 42e9406ee1

View File

@ -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