Fix acme return true

This commit is contained in:
VirtuBox
2019-09-23 01:14:59 +02:00
parent da23fc88ae
commit 2ca057e7ce

View File

@@ -62,8 +62,9 @@ class WOAcme:
"You can find more informations in " "You can find more informations in "
"/var/log/wo/wordops.log", False) "/var/log/wo/wordops.log", False)
return False return False
Log.valide(self, "Issuing SSL cert with acme.sh") else:
return True Log.valide(self, "Issuing SSL cert with acme.sh")
return True
def deploycert(self, wo_domain_name): def deploycert(self, wo_domain_name):
wo_acme_exec = ("/etc/letsencrypt/acme.sh --config-home " wo_acme_exec = ("/etc/letsencrypt/acme.sh --config-home "