fix typo in activemq launcher script

This commit is contained in:
Bill Mitchell 2023-06-12 17:11:06 -04:00
parent bf09c2f4ab
commit fa3a237547
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/"