This commit is contained in:
Stéphane Lesimple 2018-01-07 15:37:50 +01:00
parent c937e6603b
commit 0201b02313
1 changed files with 1 additions and 1 deletions

View File

@ -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