mirror of https://github.com/apache/activemq.git
apply patch from: https://issues.apache.org/activemq/browse/AMQ-2914 with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b0300414f
commit
c92f5722b8
|
@ -98,7 +98,9 @@ if [ ! -d "$ACTIVEMQ_DATA_DIR" ]; then
|
|||
fi
|
||||
|
||||
# Location of the pidfile
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq.pid"
|
||||
if [ -z "$ACTIVEMQ_PIDFILE" ]; then
|
||||
ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq.pid"
|
||||
fi
|
||||
|
||||
# Location of the java installation
|
||||
# Specify the location of your java installation using JAVA_HOME, or specify the
|
||||
|
|
Loading…
Reference in New Issue