mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
qosmngr: depend on existence of tool
This commit is contained in:
parent
cd4733efa9
commit
2afe82e86b
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ bcom_get_queue_stats() {
|
|||
}
|
||||
|
||||
get_queue_stats() {
|
||||
if [ "$(db get hw.board.tm)" == "1" ]; then
|
||||
if [ "$(which tmctl)" ]; then
|
||||
bcom_get_queue_stats
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue