Set OPENESB_HOME as install.root JVM parameter

master
David BRASSELY 2013-06-26 13:11:34 +02:00
parent c29b1c4281
commit 3e88645d56
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ echo ""
# Execute the JVM in the foreground
"$JAVA" $JAVA_OPTS \
-Djava.util.logging.config.file=$OPENESB_HOME/config/logger.properties \
-Dinstall.root=$OPENESB_HOME
-jar "$OPENESB_BOOT_CLASSPATH" \
"$@"
OPENESB_STATUS=$?