diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 71d197db8..5a7f8949b 100644 --- a/config/rootfiles/core/122/update.sh +++ b/config/rootfiles/core/122/update.sh @@ -151,7 +151,7 @@ sync # Reload microcode modprobe microcode -if [ -w "/sys/devices/system/cpu/microcode/reload" ]; +if [ -w "/sys/devices/system/cpu/microcode/reload" ]; then echo 1 > /sys/devices/system/cpu/microcode/reload fi