From: Arne Fitzenreiter Date: Sat, 16 Jun 2018 09:45:32 +0000 (+0200) Subject: core122: add missing "then" at microcode reload X-Git-Tag: v2.21-core122~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78aaf71665bfc73015c8a9cdfeea64ff064e6084;p=ipfire-2.x.git core122: add missing "then" at microcode reload Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 71d197db8f..5a7f8949b1 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