[06/17] QoS: Silence RRD tool warnings

Message ID 20191014164627.18516-6-michael.tremer@ipfire.org
State Accepted
Commit 607365bccb704be5402c4a5cb310662c22e69fb1
Headers
Series [01/17] QoS: Do not manually load iptables modules |

Commit Message

Michael Tremer Oct. 14, 2019, 4:46 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/qos/makeqosscripts.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl
index 9cbb9cafa..92b2d9e77 100644
--- a/config/qos/makeqosscripts.pl
+++ b/config/qos/makeqosscripts.pl
@@ -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!"