better help output on qemu-ifup-public

This commit is contained in:
toby 2019-05-01 23:48:45 +00:00
parent 78a2a7b13f
commit 4177964e8f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ for IP in "${IPS[@]}"; do
ip route add ${IP} dev ${IFACE} via $(eui64 $PUBLICMAC)
elif [[ $IP =~ ^\ *$ ]]; then
echo "we just got an empty string. so not gonna do anything. probably due to splitting the comma"
echo "we just got an empty string. so not gonna do anything. probably due to splitting the comma, or we are running in either ipv6 or ipv4 only mode"
else
echo "Unable to detect with what prefix I'm working with"