Commit b93fbd24 by Stéphane Graber Committed by GitHub

Merge pull request #1425 from cebe/patch-1

Make lxc-net return non-zero on failure
parents 920da314 4f4e7141
...@@ -66,6 +66,7 @@ start() { ...@@ -66,6 +66,7 @@ start() {
if [ "$FAILED" = "1" ]; then if [ "$FAILED" = "1" ]; then
echo "Failed to setup lxc-net." >&2 echo "Failed to setup lxc-net." >&2
stop force stop force
exit 1
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment