https://issues.apache.org/jira/browse/AMQ-6311

Remove misleading checknotforrunning value from the invoke

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/9079678c
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/9079678c
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/9079678c

Branch: refs/heads/master
Commit: 9079678c3af56a37dd15ae185cc22c09d697f595
Parents: f6b8ce6
Author: Timothy Bish <tabish...@gmail.com>
Authored: Mon Jun 6 12:02:14 2016 -0400
Committer: Timothy Bish <tabish...@gmail.com>
Committed: Mon Jun 6 12:02:14 2016 -0400

----------------------------------------------------------------------
 assembly/src/release/bin/activemq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/9079678c/assembly/src/release/bin/activemq
----------------------------------------------------------------------
diff --git a/assembly/src/release/bin/activemq 
b/assembly/src/release/bin/activemq
index 4655def..1468aa9 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -673,6 +673,6 @@ case "$1" in
     exit $?
     ;;
   *)
-    invoke_task checkfornotrunning
+    invoke_task
     exit $?
 esac

Reply via email to