diff options
author | crupest <crupest@outlook.com> | 2022-11-27 14:19:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 14:19:22 +0800 |
commit | 79054b14574821a4ceb3c471a61080cb7808d171 (patch) | |
tree | 50cf4c7d41848df32c88fad54fb161ab2a7aef4a | |
parent | 6076a8abdcba2b8b61f797214802cbc067536eeb (diff) | |
download | crupest-79054b14574821a4ceb3c471a61080cb7808d171.tar.gz crupest-79054b14574821a4ceb3c471a61080cb7808d171.tar.bz2 crupest-79054b14574821a4ceb3c471a61080cb7808d171.zip |
Aio print soft_wrap=True.
-rwxr-xr-x | tool/aio.py | 2 |
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) |