diff options
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |