fix: Exclude Podman IP range

This commit is contained in:
Kroese 2024-05-20 19:46:52 +02:00 committed by GitHub
parent 51a4b446eb
commit 4d01f749c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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