mirror of https://github.com/apache/activemq.git
fix typo in activemq launcher script
This commit is contained in:
parent
bf09c2f4ab
commit
fa3a237547
|
@ -89,7 +89,7 @@ getActiveMQHome(){
|
||||||
local REAL_DIR="`dirname $REAL_BIN`/../"
|
local REAL_DIR="`dirname $REAL_BIN`/../"
|
||||||
REAL_DIR="`cd $REAL_DIR && pwd -P`"
|
REAL_DIR="`cd $REAL_DIR && pwd -P`"
|
||||||
if [ -z "$REAL_DIR" ];then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "$REAL_DIR/"
|
echo "$REAL_DIR/"
|
||||||
|
|
Loading…
Reference in New Issue