Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
The script bin/activemq uses the variable ACTIVEMQ_CONFIGS. However, on the following line, there is an extra C:
echo "INFO: Using alternative activemq configuration files: $ACCTIVEMQ_CONFIGS"
It does not affect functionality of the script, it just stops the value of ACTIVEMQ_CONFIGS being echoed to the terminal.