MIZ quality OK

This commit is contained in:
qo-op 2020-05-16 04:38:04 +02:00
parent 9a7cad52c5
commit ac2b9d5436
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
[[ ! $(which nslookup) ]] && sudo apt-get install dnsutils -y
[[ ! $(which nslookup) ]] && sudo apt-get update && sudo apt-get install dnsutils -y
myip=$(hostname -I | awk '{print $1}')
# Check if IP is from reserved LAN addresses