From 4c19c5b6eccdcb6c6eb21184b0b6b6e98b965ebe Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 28 Oct 2021 19:23:00 +0200 Subject: [PATCH] core161: qosctrl need full path to start Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/161/update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5