From 06144d4b3f67a5124b461828b64b1d0b79a41c74 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 28 Nov 2022 13:36:46 +0800 Subject: Update aio.py to fix check very bug. --- tool/aio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/aio.py') 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")) -- cgit v1.2.3