Typo error

This commit is contained in:
borekon 2022-10-27 11:34:55 +00:00
parent a2ff75d0a2
commit 62cad058ed

View File

@ -17,7 +17,7 @@ do
# name=$(nslookup $ip| grep "name ="|sed 's/.*=//') # name=$(nslookup $ip| grep "name ="|sed 's/.*=//')
# Uncomment following line to use dig (thanks to Charles Duffy) # Uncomment following line to use dig (thanks to Charles Duffy)
#name=$(dig +short -x $ip)i #name=$(dig +short -x $ip)i
if [ -z "$2"] if [ -z "$2" ]
then then
resolvedIP=$(dig +short +x "$ip") resolvedIP=$(dig +short +x "$ip")
else else