mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Move * outside of "
This commit is contained in:
parent
e798b62d2e
commit
2170c8d7d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue