From df59c133b718b13e9f79f210028bb26a673c92b7 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 26 May 2018 20:28:26 +0200 Subject: [PATCH] small syntax bug --- install_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_functions.sh b/install_functions.sh index 0ecb305..5238071 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -393,7 +393,7 @@ function updateMicrocode () { elif [ "$amd" -gt "0" ]; then installPackage apt amd64-microcode printf "[INFO] Microcode updated from "$oldMicrocode" version to "$newMicrocode" version" - elif + else printf "[INFO] No Intel/AMD CPU found" fi newMicrocode=`cat /proc/cpuinfo | grep -i --color microcode -m 1`