fix: User-mode networking (#943)
Some checks are pending
Build / Check (push) Waiting to run
Build / Build (push) Blocked by required conditions

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

View File

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