logic error with host vs. dig fixed

This commit is contained in:
Dirk Wetter 2019-09-20 15:30:33 +02:00
parent ae9cb99365
commit 817a999394

View File

@ -17430,7 +17430,7 @@ get_local_a() {
#
check_resolver_bins() {
type -p dig &> /dev/null && HAS_DIG=true
type -p dig &> /dev/null && HAS_HOST=true
type -p host &> /dev/null && HAS_HOST=true
type -p drill &> /dev/null && HAS_DRILL=true
type -p nslookup &> /dev/null && HAS_NSLOOKUP=true
type -p avahi-resolve &>/dev/null && HAS_AVAHIRESOLVE=true