aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 13:36:46 +0800
committerGitHub <noreply@github.com>2022-11-28 13:36:46 +0800
commit820b11980c21730c0c8b8a18e0624070a09a115d (patch)
treefdf1a76a72d8d6f3afc63758bc48cb77fbe61015 /tool
parent860edd743f8798cd4c7f8aa501371beac4500776 (diff)
downloadcrupest-820b11980c21730c0c8b8a18e0624070a09a115d.tar.gz
crupest-820b11980c21730c0c8b8a18e0624070a09a115d.tar.bz2
crupest-820b11980c21730c0c8b8a18e0624070a09a115d.zip
Update aio.py to fix check very bug.
Diffstat (limited to 'tool')
-rwxr-xr-xtool/aio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/aio.py b/tool/aio.py
index e2a9f13..ed0db2a 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"))