commit | f89714cec6ac6e765f85e9596dfebb0d3f66cf44 | [log] [tgz] |
---|---|---|
author | Bob Lantz <rlantz@cs.stanford.edu> | Tue Dec 17 12:35:05 2013 -0800 |
committer | Bob Lantz <rlantz@cs.stanford.edu> | Tue Dec 17 12:35:05 2013 -0800 |
tree | 422a0d52cfe0ab6d804a7d26c6a93c7963cf7af6 | |
parent | 7a4d6106ae8486eb1e26f27c2d76472490381db3 [diff] |
Clarify $ONOS_PROPS and restore missing $JMX_PORT
diff --git a/start-onos.sh b/start-onos.sh index 1d52a2b..a9d4d64 100755 --- a/start-onos.sh +++ b/start-onos.sh
@@ -11,7 +11,8 @@ PCAP_LOG="${LOGDIR}/onos.`hostname`.pcap" LOGS="$ONOS_LOG $PCAP_LOG" -ONOS_PROPS="${ONOS_PROPS:-./conf/onos.properties}" +ONOS_PROPS=${ONOS_PROPS:-${ONOS_HOME}/conf/onos.properties} +JMX_PORT=${JMX_PORT:-7189} # Set JVM options JVM_OPTS="${JVM_OPTS:-}"