mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-02 10:47:19 +08:00
fix: User-mode networking (#943)
This commit is contained in:
parent
be15557798
commit
11d4fafa6d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user