From 1a781c8a29b2a8e758ec556d4e6f845b6db78dff Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Dec 2015 10:27:26 +0000 Subject: [PATCH] core96: Correctly call qosctrl Signed-off-by: Michael Tremer --- config/rootfiles/core/96/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/96/update.sh b/config/rootfiles/core/96/update.sh index d724da2895..acd8b0c1a2 100644 --- a/config/rootfiles/core/96/update.sh +++ b/config/rootfiles/core/96/update.sh @@ -34,7 +34,7 @@ done # Stop services /etc/init.d/fcron stop /etc/init.d/collectd stop -qosctrl stop +/usr/local/bin/qosctrl stop # Backup RRDs if [ -d "/var/log/rrd.bak" ]; then @@ -83,7 +83,7 @@ fi /etc/init.d/vnstat start /etc/init.d/fcron start /etc/init.d/dnsmasq restart -qosctrl start +/usr/local/bin/qosctrl start # Disable loading of cryptodev sed -e "s/^cryptodev/# &/g" -i /etc/sysconfig/modules -- 2.39.2