Merge pull request #1032 from vocatan/main

fix typo in activemq launcher script
This commit is contained in:
JB Onofré 2023-06-13 05:55:29 +02:00 committed by GitHub
commit 7d5d4eaa3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/"