Update network.sh

This commit is contained in:
Kroese 2025-11-06 03:32:51 +01:00 committed by GitHub
parent 22979f5a30
commit ac600d07e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"