diff --git a/applications/apertif/commissioning/central_status.sh b/applications/apertif/commissioning/central_status.sh index 766b5b24f0eead5e9c3c591d44d2992cf7245177..159c38d93aa712edaf5bb4d305f9a5668807930d 100755 --- a/applications/apertif/commissioning/central_status.sh +++ b/applications/apertif/commissioning/central_status.sh @@ -82,7 +82,7 @@ else exit 1 fi - NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 | grep -c "timeout = 1") + NOF_BSN_TIMEOUTS=$(python $UPE/peripherals/util_bsn_monitor.py --unb $UNBS --fn 0:3 --bn 0:3 -n 1 -r 4 -s MESH | grep -c "timeout = 1") if [ "$NOF_BSN_TIMEOUTS" == "0" ]; then echo dish_status.sh: Passed - Found no timeouts on post-align MESH BSN monitors else