checkcerts: look for both *.cert and *.crt

This commit is contained in:
kytv
2013-05-28 10:46:41 +00:00
parent 63e71d8a3d
commit 4092eba606

View File

@ -154,7 +154,7 @@ fi
cd `dirname $0`/../../installer/resources/certificates cd `dirname $0`/../../installer/resources/certificates
for i in *.crt for i in *.crt *.cert
do do
echo "Checking $i ..." echo "Checking $i ..."
EXPIRES=`checkcert $i` EXPIRES=`checkcert $i`