Fixing onos-run-karaf for buck run onos usage.

Change-Id: I7b9f75570b38831481d95e26d5719fde2e35f1f2
This commit is contained in:
Thomas Vachuska 2016-06-13 12:10:25 -07:00 committed by Gerrit Code Review
parent 839b6edf50
commit dcdf24dada

View File

@ -19,7 +19,7 @@ rm -fr onos-*/
[ -f $ONOS_TAR ] && tar zxf $ONOS_TAR
# Change into the ONOS home directory
cd onos-*
cd onos-*/
export ONOS_HOME=$PWD
# FIXME: for now we're running using the karaf client; later use raw SSH