Repository: activemq Updated Branches: refs/heads/master 2b03e6a94 -> 9079678c3
https://issues.apache.org/jira/browse/AMQ-6311 call the correct task 'checkfornotrunnig' Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/f6b8ce6c Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/f6b8ce6c Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/f6b8ce6c Branch: refs/heads/master Commit: f6b8ce6c22238b35b84d5ae3b28a46134ac2ba91 Parents: 2b03e6a Author: Timothy Bish <[email protected]> Authored: Mon Jun 6 11:44:17 2016 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Jun 6 11:44:17 2016 -0400 ---------------------------------------------------------------------- assembly/src/release/bin/activemq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/f6b8ce6c/assembly/src/release/bin/activemq ---------------------------------------------------------------------- diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq index 261493b..4655def 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -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
