403281 jetty.sh waits for started or failure before returning
This commit is contained in:
parent
529c3cab9b
commit
7ba6bb92b0
|
@ -478,6 +478,7 @@ case "$ACTION" in
|
|||
echo "OK `date`"
|
||||
else
|
||||
echo "FAILED `date`"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue