Unverified Commit 13758567 by Christian Brauner Committed by Stéphane Graber

tools: exit with return code of lxc_execute()

parent d98e80e2
......@@ -166,5 +166,5 @@ int main(int argc, char *argv[])
if (ret < 0)
exit(EXIT_FAILURE);
exit(EXIT_SUCCESS);
exit(ret);
}
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