mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 05:59:22 -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
|
||||
echo "Initrd File Found"
|
||||
else
|
||||
exit 1
|
||||
echo "Initrd File NOT FOUND"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if test -e $kernel; then
|
||||
echo "Kernel File Found"
|
||||
else
|
||||
exit 1
|
||||
echo "Kernel File NOT FOUND"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user