mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:26:04 -04:00
Update cold-boot-attack-defense-kexec-prepare
This commit is contained in:
parent
d67d3c1d7d
commit
28687092ef
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue