fix indentation
This commit is contained in:
@@ -1454,8 +1454,8 @@ def archivedCertificateHandle(self, domain, wo_wp_email):
|
|||||||
ssl = WOShellExec.cmd_exec(self, "/etc/letsencrypt/acme.sh --renew -d {0} --ecc --force"
|
ssl = WOShellExec.cmd_exec(self, "/etc/letsencrypt/acme.sh --renew -d {0} --ecc --force"
|
||||||
.format(domain))
|
.format(domain))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
Log.error(self, "Operation cancelled by user.")
|
Log.error(self, "Operation cancelled by user.")
|
||||||
|
|
||||||
if os.path.isfile("{0}/conf/nginx/ssl.conf"
|
if os.path.isfile("{0}/conf/nginx/ssl.conf"
|
||||||
.format(domain)):
|
.format(domain)):
|
||||||
|
|||||||
Reference in New Issue
Block a user