1
0
spogulis no https://github.com/Bandie/grub2-signing-extension.git synced 2024-04-01 15:51:26 +00:00

Make rm more safe.

Šī revīzija ir iekļauta:
Bandie Yip Kojote
2015-12-29 21:26:53 +01:00
vecāks 25111c2ee5
revīzija cc5618ac7f

Parādīt failu

@@ -14,9 +14,7 @@ fi
# Then remove the signatures.
for i in `find /boot -name "*.sig"`
do
rm $i
done
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