feat: Support more device types (#742)

This commit is contained in:
Kroese
2024-05-21 09:10:30 +02:00
committed by GitHub
parent 12d8fd3ed0
commit d1d920372a
5 changed files with 67 additions and 47 deletions

View File

@@ -341,7 +341,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
else
if [[ "$GATEWAY" != "172."* ]]; then
if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then
! checkOS && exit 19
fi