mirror of
https://github.com/Bandie/grub2-signing-extension.git
synced 2024-04-01 15:51:26 +00:00
Remove-Fix.
This commit is contained in:
parent
9299f5b00d
commit
1acb840f94
@ -21,7 +21,7 @@ then
|
|||||||
elif (( $stat == 0 ))
|
elif (( $stat == 0 ))
|
||||||
then
|
then
|
||||||
# Then remove the signatures.
|
# Then remove the signatures.
|
||||||
find /boot -name '*.sig' -exec rm -- '{}' +
|
find /boot -name '*.sig' -exec rm {} +
|
||||||
|
|
||||||
echo "GRUB2 unsigned. WARNING: If you want to deactivate GRUB2's signature feature, change the check_signatures variable in the headers file!"
|
echo "GRUB2 unsigned. WARNING: If you want to deactivate GRUB2's signature feature, change the check_signatures variable in the headers file!"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user