Terminate on error in run script

This commit is contained in:
Tony Garnock-Jones 2016-11-20 17:01:43 +13:00
parent e80073f4f0
commit e36179a610
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
# Daemontools "run" script
set -e
echo "Starting RacketMQ"
exec 2>&1
exec racket server.rkt