aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 14:19:22 +0800
committercrupest <crupest@outlook.com>2022-11-27 14:19:22 +0800
commit79054b14574821a4ceb3c471a61080cb7808d171 (patch)
tree50cf4c7d41848df32c88fad54fb161ab2a7aef4a
parent6076a8abdcba2b8b61f797214802cbc067536eeb (diff)
downloadcrupest-79054b14574821a4ceb3c471a61080cb7808d171.tar.gz
crupest-79054b14574821a4ceb3c471a61080cb7808d171.tar.bz2
crupest-79054b14574821a4ceb3c471a61080cb7808d171.zip
Aio print soft_wrap=True.
-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)