diff --git a/src/network.sh b/src/network.sh index c54b681..1792d16 100644 --- a/src/network.sh +++ b/src/network.sh @@ -337,7 +337,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then else - if [[ "$GATEWAY" != "172."* ]]; then + if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then ! checkOS && exit 19 fi