From 0201b0231311475184c65a84f558e247b2a6e979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 7 Jan 2018 15:37:50 +0100 Subject: [PATCH] typofix --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 92e1ac7..c5cc444 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -116,7 +116,7 @@ elif [ -e /boot/config-$(uname -r) ]; then pstatus red NO fi elif [ -e /boot/System.map-$(uname -r) ]; then - if grep -qw kpti_force_enabled /boot/System.map-$(uname -r) + if grep -qw kpti_force_enabled /boot/System.map-$(uname -r); then pstatus green YES kpti_support=1 else