Move * outside of "

This commit is contained in:
Brad Warren 2016-02-08 18:35:44 -08:00
parent e798b62d2e
commit 2170c8d7d2

View file

@ -51,7 +51,7 @@ common --domains le3.wtf install \
--key-path "${root}/csr/key.pem"
CheckCertCount() {
CERTCOUNT=`ls "${root}/conf/archive/le.wtf/cert*" | wc -l`
CERTCOUNT=`ls "${root}/conf/archive/le.wtf/cert"* | wc -l`
if [ "$CERTCOUNT" -ne "$1" ] ; then
echo Wrong cert count, not "$1" `ls "${root}/conf/archive/le.wtf/"*`
exit 1