diff options
Diffstat (limited to 'framework/src/onos/tools/test/bin/onos-service')
-rwxr-xr-x | framework/src/onos/tools/test/bin/onos-service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/bin/onos-service b/framework/src/onos/tools/test/bin/onos-service index cc694911..35764e6f 100755 --- a/framework/src/onos/tools/test/bin/onos-service +++ b/framework/src/onos/tools/test/bin/onos-service @@ -34,7 +34,6 @@ fi case $2 in start|stop|restart|status) - # Select the target if [ "${1}" = "--cell" ]; then nodes=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2) |