Browse code

fix typo in running opendaylight command

when running opendaylight, set the java home directory to environment
variable.
but variable name is wrong.

Change-Id: I050758d3b4e3f0eec6c86b9a675dfd07854c04fa

fujioka yuuichi authored on 2014/03/20 12:03:26
Showing 1 changed files
... ...
@@ -134,7 +134,7 @@ function start_opendaylight {
134 134
     # The flags to ODL have the following meaning:
135 135
     #   -of13: runs ODL using OpenFlow 1.3 protocol support.
136 136
     #   -virt ovsdb: Runs ODL in "virtualization" mode with OVSDB support
137
-    screen_it odl-server "cd $ODL_DIR/opendaylight && JAVE_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
137
+    screen_it odl-server "cd $ODL_DIR/opendaylight && JAVA_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
138 138
 
139 139
     # Sleep a bit to let OpenDaylight finish starting up
140 140
     sleep $ODL_BOOT_WAIT