Breakline indentation

This commit is contained in:
Benoît.S 2018-01-11 14:46:46 +01:00
parent d2278292cc
commit 57bd4312ce

View file

@ -720,7 +720,7 @@ if [ -e /etc/debian_version ]; then
grep '^flags' /proc/cpuinfo | grep -qEw '(kaiser|pti)' || echo 'IS_MELTDOWN FAILED!'
elif is_debianversion jessie; then
dmesg | grep -Eq 'Kernel/User page tables isolation: enabled|Kernel page table isolation enabled' \
|| echo 'IS_MELTDOWN FAILED!'
|| echo 'IS_MELTDOWN FAILED!'
fi
fi
fi