403281 jetty.sh waits for started or failure before returning

This commit is contained in:
Greg Wilkins 2013-03-16 10:34:30 +11:00
parent 529c3cab9b
commit 7ba6bb92b0
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ case "$ACTION" in
echo "OK `date`"
else
echo "FAILED `date`"
exit 1
fi
;;