Commit 06006dc8 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Moved DAEMON_OPTS setting to beginning of line.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9805 b35dd754-fafc-0310-a699-88a17e54d16e
parent 93017833
......@@ -28,9 +28,9 @@ if [ -f /etc/default/openfire ] ; then
. /etc/default/openfire
fi
DAEMON_OPTS="-server -DopenfireHome=${DAEMON_DIR} \
DAEMON_OPTS="$DAEMON_OPTS -server -DopenfireHome=${DAEMON_DIR} \
-Dopenfire.lib.dir=${DAEMON_LIB} -classpath ${DAEMON_LIB}/startup.jar\
-jar ${DAEMON_LIB}/startup.jar $DAEMON_OPTS"
-jar ${DAEMON_LIB}/startup.jar"
#set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment