diff --git a/config/rootfiles/core/130/update.sh b/config/rootfiles/core/130/update.sh index 33bcafa23..a3a888663 100644 --- a/config/rootfiles/core/130/update.sh +++ b/config/rootfiles/core/130/update.sh @@ -130,6 +130,9 @@ rm -rfv \ /etc/init.d/unbound restart /etc/init.d/suricata start +# Search sensors again after reboot into the new kernel +rm -f /etc/sysconfig/lm_sensors + # Upadate Kernel version uEnv.txt if [ -e /boot/uEnv.txt ]; then sed -i -e "s/KVER=.*/KVER=${KVER}/g" /boot/uEnv.txt