summaryrefslogtreecommitdiffstats
path: root/collectors/tc.plugin
diff options
context:
space:
mode:
authorpsychomelet <39754068+psychomelet@users.noreply.github.com>2019-01-15 17:45:28 +0800
committerPaweł Krupa <pawel@krupa.net.pl>2019-01-15 10:45:28 +0100
commit67834f184ff3d67f6c8b6005ac68b568d7573118 (patch)
tree62dec67d317bf851fd7c46d5eb5e84897c2904a7 /collectors/tc.plugin
parent504a729ef89e94391392ba99e63ca280ee6ca840 (diff)
fix for fireqos classname not showing, close #5171 (#5176)
Diffstat (limited to 'collectors/tc.plugin')
-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}"