From 74c76d19af9c59762f05c8f4f3ac04ed60e9445e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 28 Nov 2022 20:52:00 +0800 Subject: Update aio.py to fix setup not gen Nginx. --- tool/aio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index fe8a0a9..7b3e62e 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -349,8 +349,8 @@ def setup(template_name_list): else: to_gen_nginx_conf = Confirm.ask("[yellow]It seems you have already generated nginx config. Do you want to overwrite it?[/]", default=False, console=console) - if to_gen_nginx_conf: - nginx(domain, console) + if to_gen_nginx_conf: + nginx(domain, console) data_dir_check(domain) -- cgit v1.2.3