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 | 2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81 (patch) | |
| tree | 50cf4c7d41848df32c88fad54fb161ab2a7aef4a | |
| parent | 5daa2ec78642e7e9976410c70b43beba7ac47eab (diff) | |
| download | crupest-2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81.tar.gz crupest-2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81.tar.bz2 crupest-2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81.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)  | 
