Skip to content
Snippets Groups Projects
Commit bc634695 authored by nimrod's avatar nimrod
Browse files

Set bits to 0 when failing.

parent 460a4f5b
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
fail () fail ()
{ {
echo "{\"failed\": true, \"msg\": \"$1\"}" echo "{\"failed\": true, \"msg\": \"$1\" \"bits\": 0}"
exit exit
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment