Remove misleading checknotforrunning value from the invoke
This commit is contained in:
Timothy Bish 2016-06-06 12:02:14 -04:00
parent f6b8ce6c22
commit 9079678c3a
1 changed files with 1 additions and 1 deletions

View File

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