Fix acme.sh output

This commit is contained in:
VirtuBox
2019-08-30 07:43:58 +02:00
parent 2ba68a4db9
commit d8c391ff54

View File

@@ -1475,7 +1475,8 @@ def checkWildcardExist(self, wo_domain_name):
try: try:
# export certificates list from acme.sh # export certificates list from acme.sh
WOShellExec.cmd_exec(self, "{0} ".format(wo_acme_exec) + WOShellExec.cmd_exec(self, "{0} ".format(wo_acme_exec) +
"--list --listraw > /var/lib/wo/cert.csv") "--list --listraw > /var/lib/wo/cert.csv;"
" echo 'OK'")
except CommandExecutionError as e: except CommandExecutionError as e:
Log.debug(self, "{0}".format(e)) Log.debug(self, "{0}".format(e))
Log.error(self, "Failed to export cert list") Log.error(self, "Failed to export cert list")