mirror of https://github.com/apache/activemq.git
call the correct task 'checkfornotrunnig'
This commit is contained in:
parent
2b03e6a942
commit
f6b8ce6c22
|
@ -665,7 +665,7 @@ case "$1" in
|
|||
exit $?
|
||||
;;
|
||||
stop)
|
||||
invoke_stop
|
||||
invoke_stop
|
||||
exit $?
|
||||
;;
|
||||
kill)
|
||||
|
@ -673,6 +673,6 @@ case "$1" in
|
|||
exit $?
|
||||
;;
|
||||
*)
|
||||
invoke_task checknotforrunning
|
||||
invoke_task checkfornotrunning
|
||||
exit $?
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue