From: Michael Tremer Date: Tue, 22 Dec 2015 10:27:26 +0000 (+0000) Subject: core96: Correctly call qosctrl X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a781c8a29b2a8e758ec556d4e6f845b6db78dff;p=people%2Fjschlag%2Fipfire-2.x.git core96: Correctly call qosctrl Signed-off-by: Michael Tremer --- 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