mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-06 22:23:41 +01:00
typofix
This commit is contained in:
parent
c937e6603b
commit
0201b02313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user