Sfoglia il codice sorgente

bmx status command

Bob Mottram 7 anni fa
parent
commit
73b18fcf9e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      src/freedombone-mesh-bmx6
  2. 1
    1
      src/freedombone-mesh-bmx7

+ 1
- 1
src/freedombone-mesh-bmx6 Vedi File

@@ -47,7 +47,7 @@ if [ ! $IFACE ]; then
47 47
 fi
48 48
 
49 49
 function status {
50
-    bmx6 -c status
50
+    bmx6 -c show=status show=interfaces show=links show=originators
51 51
 }
52 52
 
53 53
 function stop {

+ 1
- 1
src/freedombone-mesh-bmx7 Vedi File

@@ -46,7 +46,7 @@ if [ ! $IFACE ]; then
46 46
 fi
47 47
 
48 48
 function status {
49
-    bmx7 -c status
49
+    bmx7 -c show=status show=interfaces show=links show=originators
50 50
 }
51 51
 
52 52
 function stop {