From: Arne Fitzenreiter Date: Fri, 29 Oct 2021 10:02:24 +0000 (+0200) Subject: core161: fix typo in path X-Git-Tag: v2.27-core161~2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=635e22e0241ee187d473df8a4d09e1d58c465a29;p=ipfire-2.x.git core161: fix typo in path Signed-off-by: Arne Fitzenreiter --- 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