You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jinesh Choksi (JIRA)" <ji...@apache.org> on 2016/06/06 12:10:21 UTC

[jira] [Created] (AMQ-6311) Typo in activemq unix script

Jinesh Choksi created AMQ-6311:
----------------------------------

             Summary: Typo in activemq unix script
                 Key: AMQ-6311
                 URL: https://issues.apache.org/jira/browse/AMQ-6311
             Project: ActiveMQ
          Issue Type: Bug
          Components: Distribution
    Affects Versions: 5.13.3
            Reporter: Jinesh Choksi
            Priority: Trivial


Line 598 of the activemq script refers to a string: "checkfornotrunning"

{code}
    elif [ "$CHECKRUNNING" = "checkfornotrunning" ];then
{code}

That string should be what is passed to the invoke_task function on line 676:

{code}
    invoke_task checknotforrunning
{code}

Notice the location of "not" in the string is different.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)