output correction for IPv6 and --ip=<addr

This commit is contained in:
Dirk 2016-06-07 09:08:48 +02:00
parent 6f4ba5bda7
commit 29072315e5
1 changed files with 3 additions and 3 deletions

View File

@ -6589,9 +6589,9 @@ display_rdns_etc() {
outln
fi
if "$LOCAL_A"; then
outln " A record via /etc/hosts "
outln " A record via $CORRECT_SPACES /etc/hosts "
elif [[ -n "$CMDLINE_IP" ]]; then
outln " A record via supplied IP \"$CMDLINE_IP\""
outln " A record via $CORRECT_SPACES supplied IP \"$CMDLINE_IP\""
fi
if [[ -n "$rDNS" ]]; then
printf " %-23s %s" "rDNS ($nodeip):" "$rDNS"
@ -7275,4 +7275,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.493 2016/06/06 11:42:15 dirkw Exp $
# $Id: testssl.sh,v 1.494 2016/06/07 07:08:47 dirkw Exp $