fix: Exclude Podman IP range

This commit is contained in:
Kroese 2024-05-20 19:46:03 +02:00 committed by GitHub
parent ec2bfd536a
commit 0a3d6d2868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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