From fd34c17159bd8496172b9ae1092abf94e1be0ad0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Jan 2018 22:45:23 +0000 Subject: [PATCH] Use abbreviated bmx status commands --- src/freedombone-mesh-bmx6 | 2 +- src/freedombone-mesh-bmx7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-mesh-bmx6 b/src/freedombone-mesh-bmx6 index aaad5ca3..b2533672 100755 --- a/src/freedombone-mesh-bmx6 +++ b/src/freedombone-mesh-bmx6 @@ -47,7 +47,7 @@ if [ ! $IFACE ]; then fi function status { - bmx6 -c show=status show=interfaces show=links show=originators + bmx6 -cd8 } function stop { diff --git a/src/freedombone-mesh-bmx7 b/src/freedombone-mesh-bmx7 index 59142f1b..72ad382f 100755 --- a/src/freedombone-mesh-bmx7 +++ b/src/freedombone-mesh-bmx7 @@ -46,7 +46,7 @@ if [ ! $IFACE ]; then fi function status { - bmx7 -c show=status show=interfaces show=links show=originators + bmx7 -cd8 } function stop {