core122: add missing "then" at microcode reload

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-06-16 11:45:32 +02:00
parent 458c7d36cc
commit 78aaf71665

View File

@@ -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