commit | ea2d9fd4edc625798729fcc74d554d9f0923ca4a | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Sep 23 13:13:25 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Sep 23 20:14:36 2015 +0000 |
tree | 699dbaf12cb256e887084f70a809eb76c6437dd4 | |
parent | fc465b6788eb7bb7365d609a68c33856f80ecde6 [diff] |
ONOS-2854 Fixed a few bugs and made tiny improvements to shell scripts. Change-Id: I624dc05300944dbc8b1f408bf725c49ff96f68c2
diff --git a/tools/test/bin/ogroup-opts b/tools/test/bin/ogroup-opts index 41842bd..f02b7a8 100644 --- a/tools/test/bin/ogroup-opts +++ b/tools/test/bin/ogroup-opts
@@ -44,7 +44,7 @@ fi } -complete -F _cell-opts cell +complete -F _cell-opts cell vicell # Tab completion settings for onos-create-app.
diff --git a/tools/test/bin/onos-service b/tools/test/bin/onos-service index cc69491..35764e6 100755 --- a/tools/test/bin/onos-service +++ b/tools/test/bin/onos-service
@@ -34,7 +34,6 @@ case $2 in start|stop|restart|status) - # Select the target if [ "${1}" = "--cell" ]; then nodes=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2)