Typo error

This commit is contained in:
borekon 2022-10-27 11:35:07 +00:00
parent 62cad058ed
commit 3dc28f5120

View File

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