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,6 +62,7 @@ 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
else:
Log.valide(self, "Issuing SSL cert with acme.sh") Log.valide(self, "Issuing SSL cert with acme.sh")
return True return True