Fix acme return true
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user