fix: User-mode networking

This commit is contained in:
Kroese 2025-03-20 03:06:50 +01:00 committed by GitHub
parent be15557798
commit bdb93f44f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -496,7 +496,7 @@ else
closeBridge
NETWORK="user"
msg="falling back to user-mode networking!"
if [ ! - f "/run/.containerenv" ]; then
if [ ! -f "/run/.containerenv" ]; then
msg="an error occured, $msg"
else
msg="podman rootless mode detected, $msg"