Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.13.3
-
None
Description
Line 598 of the activemq script refers to a string: "checkfornotrunning"
elif [ "$CHECKRUNNING" = "checkfornotrunning" ];then
That string should be what is passed to the invoke_task function on line 676:
invoke_task checknotforrunning
Notice the location of "not" in the string is different.
Attachments
Issue Links
- relates to
-
AMQ-5956 Improve CLI commands error handling
- Resolved