From 41ca6dc8bf2dee0471c9108e5f52aec14a02e7cd Mon Sep 17 00:00:00 2001 From: fujioka yuuichi Date: Thu, 20 Mar 2014 03:03:26 +0000 Subject: [PATCH] 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 --- lib/opendaylight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opendaylight b/lib/opendaylight index ca81c20e55..1022e2c061 100644 --- a/lib/opendaylight +++ b/lib/opendaylight @@ -134,7 +134,7 @@ function start_opendaylight { # The flags to ODL have the following meaning: # -of13: runs ODL using OpenFlow 1.3 protocol support. # -virt ovsdb: Runs ODL in "virtualization" mode with OVSDB support - screen_it odl-server "cd $ODL_DIR/opendaylight && JAVE_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb" + screen_it odl-server "cd $ODL_DIR/opendaylight && JAVA_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb" # Sleep a bit to let OpenDaylight finish starting up sleep $ODL_BOOT_WAIT