From 607365bccb704be5402c4a5cb310662c22e69fb1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 14 Oct 2019 16:46:16 +0000 Subject: [PATCH] QoS: Silence RRD tool warnings Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- config/qos/makeqosscripts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 9cbb9cafa2..92b2d9e77a 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -659,7 +659,7 @@ print </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!" -- 2.39.5