Remove-Fix.

This commit is contained in:
Bandie 2018-08-05 21:35:41 +02:00
parent 9299f5b00d
commit 1acb840f94
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ then
elif (( $stat == 0 ))
then
# 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!"
exit 0