We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ab084 commit 1807078Copy full SHA for 1807078
1 file changed
code/worker.sh
@@ -86,7 +86,7 @@ fi
86
LD_DEBUG=libs "$APPDIR/AppRun" &
87
APID=$!
88
sleep 5
89
-kill $APID && echo "SUCCESS"
+kill $APID && echo "SUCCESS" || exit 1
90
91
# TODO: If everything succeeded until here, then put together a "database file" and display it
92
0 commit comments