git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-09-13 20:53:11 +00:00
parent 7b0300414f
commit c92f5722b8

View File

@ -98,7 +98,9 @@ if [ ! -d "$ACTIVEMQ_DATA_DIR" ]; then
fi fi
# Location of the pidfile # 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 # Location of the java installation
# Specify the location of your java installation using JAVA_HOME, or specify the # Specify the location of your java installation using JAVA_HOME, or specify the