aboutsummaryrefslogtreecommitdiff
path: root/tool/aio.py
diff options
context:
space:
mode:
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-xtool/aio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/aio.py b/tool/aio.py
index 3e452fc..27404f1 100755
--- a/tool/aio.py
+++ b/tool/aio.py
@@ -569,7 +569,7 @@ def check_ssl_cert():
console.print(
"Cert domains are not equal to host domains. Run following command to recreate it.", style="red")
console.print(certbot_command_gen(
- domain, "create", standalone=True), soft_wrap=False, highlight=False)
+ domain, "create", standalone=True), soft_wrap=True, highlight=False)
console.print("Remove tmp cert...", style="yellow")
os.remove(tmp_cert_path)