mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
485535 - jetty.sh results in FAILED when running service restart
This commit is contained in:
parent
41329dccc4
commit
3fd26688a9
@ -527,6 +527,7 @@ case "$ACTION" in
|
|||||||
|
|
||||||
restart)
|
restart)
|
||||||
JETTY_SH=$0
|
JETTY_SH=$0
|
||||||
|
> "$JETTY_STATE"
|
||||||
if [ ! -f $JETTY_SH ]; then
|
if [ ! -f $JETTY_SH ]; then
|
||||||
if [ ! -f $JETTY_HOME/bin/jetty.sh ]; then
|
if [ ! -f $JETTY_HOME/bin/jetty.sh ]; then
|
||||||
echo "$JETTY_HOME/bin/jetty.sh does not exist."
|
echo "$JETTY_HOME/bin/jetty.sh does not exist."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user