English is great.

This commit is contained in:
Bandie Kojote 2015-03-16 22:34:10 +01:00
parent 60520d4d7a
commit d37cc28bf0
1 changed files with 1 additions and 1 deletions

View File

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