]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
QoS: Silence RRD tool warnings
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Oct 2019 16:46:16 +0000 (16:46 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Oct 2019 18:01:50 +0000 (18:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/qos/makeqosscripts.pl

index 9cbb9cafa2df726d0ec3c1cfb9dc027a8ed2b3e2..92b2d9e77a0f3c0158305b429287b584fe224e5a 100644 (file)
@@ -659,7 +659,7 @@ print <<END
        ( sleep 10 && /usr/local/bin/qosd $qossettings{'IMQ_DEV'} >/dev/null 2>&1) &
 
        for i in \$(ls \$RRDLOG/class_*.rrd); do
-               rrdtool update \$i \$(date +%s):
+               rrdtool update \$i \$(date +%s): 2>/dev/null
        done
 
        echo "Quality of Service was successfully started!"