From 0a3d6d2868ac5d68bc972b5b368eccf528529a76 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 20 May 2024 19:46:03 +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 93b4c96..9df8092 100644 --- a/src/network.sh +++ b/src/network.sh @@ -333,7 +333,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then else - if [[ "$GATEWAY" != "172."* ]]; then + if [[ "$GATEWAY" != "172."* ]] && [[ "$GATEWAY" != "10."* ]]; then ! checkOS && exit 19 fi