mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
dockerd-rootless.sh: restore missing exit 1
Fix a regression in 7e63d2a (PR 51149)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -128,6 +128,7 @@ if [ -z "$net" ]; then
|
||||
fi
|
||||
if [ -z "$net" ]; then
|
||||
echo "One of slirp4netns (>= v0.4.0), pasta (passt >= 2023_12_04), or vpnkit needs to be installed"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
if [ -z "$mtu" ]; then
|
||||
|
||||
Reference in New Issue
Block a user