From ac600d07e9c6a7735fde053b4eaf501e3750df8a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 6 Nov 2025 03:32:51 +0100 Subject: [PATCH] Update network.sh --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index 153e951..31bf35d 100644 --- a/src/network.sh +++ b/src/network.sh @@ -796,7 +796,7 @@ else closeBridge NETWORK="user" - if [[ "$PODMAN" != [Yy1]* ]]; then + if [[ "$ROOTLESS" != [Yy1]* || "$DEBUG" == [Yy1]* ]]; then msg="falling back to user-mode networking!" msg="failed to setup NAT networking, $msg" warn "$msg"