call the correct task 'checkfornotrunnig'
This commit is contained in:
Timothy Bish 2016-06-06 11:44:17 -04:00
parent 2b03e6a942
commit f6b8ce6c22

View File

@ -673,6 +673,6 @@ case "$1" in
exit $?
;;
*)
invoke_task checknotforrunning
invoke_task checkfornotrunning
exit $?
esac