Update network.sh
This commit is contained in:
parent
6ca072aae4
commit
09f94061d5
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
||||||
! checkOS && [[ "$DEBUG" != [Yy1]* ]] && exit 19
|
! checkOS && [[ "$DEBUG" != [Yy1]* ]] && exit 19
|
||||||
|
|
||||||
if [[ "$IP" == "172."* ]]; then
|
if [[ "$IP" == "172."* ]]; then
|
||||||
warn "your IP starts with 172.* which is often a sign that you are not on a macvlan network (required for DHCP)!"
|
warn "container IP starts with 172.* which is often a sign that you are not on a macvlan network (required for DHCP)!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configuration for DHCP IP
|
# Configuration for DHCP IP
|
||||||
|
|
Loading…
Reference in a new issue