mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 20:19:25 -05:00
Update cold-boot-attack-defense-kexec-prepare
This commit is contained in:
parent
d67d3c1d7d
commit
28687092ef
@ -18,15 +18,15 @@ kernel=/boot/vmlinuz-$(uname -r)
|
|||||||
if test -e $initrd; then
|
if test -e $initrd; then
|
||||||
echo "Initrd File Found"
|
echo "Initrd File Found"
|
||||||
else
|
else
|
||||||
exit 1
|
|
||||||
echo "Initrd File NOT FOUND"
|
echo "Initrd File NOT FOUND"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -e $kernel; then
|
if test -e $kernel; then
|
||||||
echo "Kernel File Found"
|
echo "Kernel File Found"
|
||||||
else
|
else
|
||||||
exit 1
|
|
||||||
echo "Kernel File NOT FOUND"
|
echo "Kernel File NOT FOUND"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user