From 78aaf71665bfc73015c8a9cdfeea64ff064e6084 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 16 Jun 2018 11:45:32 +0200 Subject: [PATCH] core122: add missing "then" at microcode reload Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/122/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5