summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
Diffstat (limited to 'collectors')
-rwxr-xr-xcollectors/tc.plugin/tc-qos-helper.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/tc.plugin/tc-qos-helper.sh.in b/collectors/tc.plugin/tc-qos-helper.sh.in
index e7e6cd1858..01353be456 100755
--- a/collectors/tc.plugin/tc-qos-helper.sh.in
+++ b/collectors/tc.plugin/tc-qos-helper.sh.in
@@ -216,7 +216,7 @@ show_fireqos_names() {
#shellcheck source=/dev/null
source "${fireqos_run_dir}/${name}.conf"
for n in ${interface_classes_monitor}; do
- setclassname "${n//|/ }"
+ setclassname ${n//|/ }
done
[ -n "${interface_dev}" ] && echo "SETDEVICEGROUP ${interface_dev}"