From 635e22e0241ee187d473df8a4d09e1d58c465a29 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 29 Oct 2021 12:02:24 +0200 Subject: [PATCH] core161: fix typo in path Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/161/update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index 410381f6b6..15da30de74 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -121,7 +121,7 @@ ldconfig # restart firewall and reconnect /etc/init.d/firewall restart -/usr/lical/bin/connscheduler reconnect +/usr/local/bin/connscheduler reconnect # Start services if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then @@ -133,9 +133,9 @@ rm -rf \ /usr/lib/pppd/2.4.8/ # Generate new qos.sh -/usr/lical/bin/qosctrl stop -/usr/lical/bin/qosctrl generate -/usr/lical/bin/qosctrl start +/usr/local/bin/qosctrl stop +/usr/local/bin/qosctrl generate +/usr/local/bin/qosctrl start # remove lm_sensor config after collectd was started # to reserch sensors at next boot with updated kernel -- 2.39.5