Committed by
Gerrit Code Review
Fixing onos-run-karaf for buck run onos usage.
Change-Id: I7b9f75570b38831481d95e26d5719fde2e35f1f2
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -19,7 +19,7 @@ rm -fr onos-*/ | ... | @@ -19,7 +19,7 @@ rm -fr onos-*/ |
| 19 | [ -f $ONOS_TAR ] && tar zxf $ONOS_TAR | 19 | [ -f $ONOS_TAR ] && tar zxf $ONOS_TAR |
| 20 | 20 | ||
| 21 | # Change into the ONOS home directory | 21 | # Change into the ONOS home directory |
| 22 | -cd onos-* | 22 | +cd onos-*/ |
| 23 | export ONOS_HOME=$PWD | 23 | export ONOS_HOME=$PWD |
| 24 | 24 | ||
| 25 | # FIXME: for now we're running using the karaf client; later use raw SSH | 25 | # FIXME: for now we're running using the karaf client; later use raw SSH | ... | ... |
-
Please register or login to post a comment