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