Typo error
This commit is contained in:
parent
a2ff75d0a2
commit
62cad058ed
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user