commit | 5fcacf14a4179704f229d591e1a4792592727030 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Jun 13 12:10:25 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Wed Jun 15 02:20:17 2016 +0000 |
tree | ddb74b888947af3f3ffb83550377a0b21976e391 | |
parent | 728dce0b02aef384af006a2461063cb16d5394b3 [diff] [blame] |
Fixing onos-run-karaf for buck run onos usage. Change-Id: I7b9f75570b38831481d95e26d5719fde2e35f1f2
diff --git a/tools/package/onos-run-karaf b/tools/package/onos-run-karaf index cc95df6..48359ea 100755 --- a/tools/package/onos-run-karaf +++ b/tools/package/onos-run-karaf
@@ -19,7 +19,7 @@ [ -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