This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new fa3a237547 fix typo in activemq launcher script
new 7d5d4eaa3a Merge pull request #1032 from vocatan/main
fa3a237547 is described below
commit fa3a2375472bec62239cf8ccc83a3fb332702b26
Author: Bill Mitchell <[email protected]>
AuthorDate: Mon Jun 12 17:11:06 2023 -0400
fix typo in activemq launcher script
---
assembly/src/release/bin/activemq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/release/bin/activemq
b/assembly/src/release/bin/activemq
index 422cbd8d0f..1b339856cf 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -89,7 +89,7 @@ getActiveMQHome(){
local REAL_DIR="`dirname $REAL_BIN`/../"
REAL_DIR="`cd $REAL_DIR && pwd -P`"
if [ -z "$REAL_DIR" ];then
- echo 'ERROR: unable to find real installtion path fo activemq, you have
to define ACTIVEMQ_HOME manually in the config' >&2
+ echo 'ERROR: unable to find real installation path for activemq, you
have to define ACTIVEMQ_HOME manually in the config' >&2
exit 1
fi
echo "$REAL_DIR/"