mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
Move * outside of "
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user