batman status

This commit is contained in:
Bob Mottram 2018-01-16 13:11:10 +00:00
parent 4b9075738b
commit 48cc9c3782
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ function status {
if grep -q "bmx6" $MESH_CURRENT_PROTOCOL; then
bmx6 -c show=originators
else
fi
if grep -q "bmx7" $MESH_CURRENT_PROTOCOL; then
bmx7 -c show=originators
fi
}