diff options
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/aio.py b/tool/aio.py index 648e8b4..970c389 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -239,8 +239,7 @@ def run(): console.print(domain) case "nginx": - domain = check_domain_is_defined() - nginx(domain, console) + raise Exception("This command is deprecated.") case "certbot": domain = check_domain_is_defined() |