From 4d01f749c0443476a18f69d65dfbda320e6cd329 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 20 May 2024 19:46:52 +0200 Subject: [PATCH] fix: Exclude Podman IP range --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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