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

English is great.

This commit is contained in:
Bandie Kojote 2015-03-16 22:34:10 +01:00
parent 60520d4d7a
commit d37cc28bf0

@ -6,7 +6,7 @@
errorcounter=0
c=0
echo "Checks signature in /boot..."
echo "Checking signatures in /boot..."
for i in `find /boot -name "*.sig"`
do
gpg --verify-files $i > /dev/null 2>&1