From: Arne Fitzenreiter Date: Thu, 28 Oct 2021 17:23:00 +0000 (+0200) Subject: core161: qosctrl need full path to start X-Git-Tag: v2.27-core161~2^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c19c5b6eccdcb6c6eb21184b0b6b6e98b965ebe;p=ipfire-2.x.git core161: qosctrl need full path to start Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index db0dc1e98a..8afc92f988 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -129,9 +129,9 @@ rm -rf \ /usr/lib/pppd/2.4.8/ # Generate new qos.sh -qosctrl stop -qosctrl generate -qosctrl start +/usr/lical/bin/qosctrl stop +/usr/lical/bin/qosctrl generate +/usr/lical/bin/qosctrl start # remove lm_sensor config after collectd was started # to reserch sensors at next boot with updated kernel