From 7ec1e8648c2561263b2781cc8902cc0b67866f05 Mon Sep 17 00:00:00 2001 From: Harald Heigl Date: Sun, 26 Apr 2020 15:01:14 +0200 Subject: [PATCH] Fixed ipv4 confirmation with nslookup --- getssl | 1 + 1 file changed, 1 insertion(+) diff --git a/getssl b/getssl index 54c95b1..86943ee 100755 --- a/getssl +++ b/getssl @@ -548,6 +548,7 @@ check_config() { # check the config files for all obvious errors found_ip=true elif [[ "$(nslookup "${d}"| grep -c ^Name)" -ge 1 ]]; then debug "found IPv4 record for ${d}" + found_ip=true fi fi