diff options
Diffstat (limited to 'collectors/tc.plugin/tc-qos-helper.sh.in')
-rwxr-xr-x | collectors/tc.plugin/tc-qos-helper.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/tc.plugin/tc-qos-helper.sh.in b/collectors/tc.plugin/tc-qos-helper.sh.in index 01353be45..50555c8b2 100755 --- a/collectors/tc.plugin/tc-qos-helper.sh.in +++ b/collectors/tc.plugin/tc-qos-helper.sh.in @@ -216,6 +216,7 @@ show_fireqos_names() { #shellcheck source=/dev/null source "${fireqos_run_dir}/${name}.conf" for n in ${interface_classes_monitor}; do + # shellcheck disable=SC2086 setclassname ${n//|/ } done [ -n "${interface_dev}" ] && echo "SETDEVICEGROUP ${interface_dev}" |