diff options
author | crupest <crupest@outlook.com> | 2022-11-28 16:19:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-28 16:19:03 +0800 |
commit | 4d84b3e9e4ab82ad39b1cc5e08d3d580bd92a728 (patch) | |
tree | 94206beb31bd983c37de3c114f3c515f2e67c4ef | |
parent | bb7948e18b57ffd905f2aed15e25c68a7557b0d8 (diff) | |
parent | 820b11980c21730c0c8b8a18e0624070a09a115d (diff) | |
download | crupest-4d84b3e9e4ab82ad39b1cc5e08d3d580bd92a728.tar.gz crupest-4d84b3e9e4ab82ad39b1cc5e08d3d580bd92a728.tar.bz2 crupest-4d84b3e9e4ab82ad39b1cc5e08d3d580bd92a728.zip |
Merge branch 'master' of https://github.com/crupest/crupest
-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 7cbefe4..6678b63 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -164,7 +164,7 @@ def data_dir_check(domain): to_check = Confirm.ask( "I want to check your ssl certs, but I need to sudo. Do you want me check", console=console, default=False) if to_check: - check_ssl_cert() + check_ssl_cert(domain, console) if not exists(join(data_dir, "code-server")): os.mkdir(join(data_dir, "code-server")) |