Update cold-boot-attack-defense-kexec-prepare

This commit is contained in:
Friedrich Doku 2023-01-06 12:52:36 -05:00 committed by GitHub
parent d67d3c1d7d
commit 28687092ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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