mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1302879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13e5777efb
commit
f2867cffcb
|
@ -38,7 +38,7 @@ COMMANDLINE_ARGS="$@"
|
||||||
if ( basename $0 | grep "activemq-instance-" > /dev/null);then
|
if ( basename $0 | grep "activemq-instance-" > /dev/null);then
|
||||||
INST="`basename $0|sed 's/^activemq-instance-//;s/\.sh$//'`"
|
INST="`basename $0|sed 's/^activemq-instance-//;s/\.sh$//'`"
|
||||||
ACTIVEMQ_CONFIGS="/etc/default/activemq-instance-${INST} $HOME/.activemqrc-instance-${INST}"
|
ACTIVEMQ_CONFIGS="/etc/default/activemq-instance-${INST} $HOME/.activemqrc-instance-${INST}"
|
||||||
echo "INFO: Using alternative activemq configuration files: $ACCTIVEMQ_CONFIGS"
|
echo "INFO: Using alternative activemq configuration files: $ACTIVEMQ_CONFIGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## START:DEFAULTCONFIG
|
## START:DEFAULTCONFIG
|
||||||
|
|
Loading…
Reference in New Issue