git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1302879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-03-20 13:28:04 +00:00
parent 13e5777efb
commit f2867cffcb
1 changed files with 1 additions and 1 deletions

View File

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