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:
Akihiro Suda
2025-11-02 16:56:00 +09:00
parent 5ac561ff8c
commit b6dab24a43

View File

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