better help output on qemu-ifup-public
This commit is contained in:
parent
78a2a7b13f
commit
4177964e8f
|
@ -76,7 +76,7 @@ for IP in "${IPS[@]}"; do
|
||||||
ip route add ${IP} dev ${IFACE} via $(eui64 $PUBLICMAC)
|
ip route add ${IP} dev ${IFACE} via $(eui64 $PUBLICMAC)
|
||||||
|
|
||||||
elif [[ $IP =~ ^\ *$ ]]; then
|
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
|
else
|
||||||
echo "Unable to detect with what prefix I'm working with"
|
echo "Unable to detect with what prefix I'm working with"
|
||||||
|
|
Loading…
Reference in New Issue