call the correct task 'checkfornotrunnig'
This commit is contained in:
Timothy Bish 2016-06-06 11:44:17 -04:00
parent 2b03e6a942
commit f6b8ce6c22
1 changed files with 2 additions and 2 deletions

View File

@ -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