485535 - jetty.sh results in FAILED when running service restart

This commit is contained in:
Greg Wilkins 2016-01-13 15:50:44 +11:00
parent 41329dccc4
commit 3fd26688a9

View File

@ -527,6 +527,7 @@ case "$ACTION" in
restart)
JETTY_SH=$0
> "$JETTY_STATE"
if [ ! -f $JETTY_SH ]; then
if [ ! -f $JETTY_HOME/bin/jetty.sh ]; then
echo "$JETTY_HOME/bin/jetty.sh does not exist."