mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Do not call show_dns with run args
This commit is contained in:
@@ -69,7 +69,7 @@ def run_cmd(args, out):
|
||||
cmd = f"{pyinf} --ssh-user root {args.config.mail_domain} {deploy_path}"
|
||||
|
||||
out.check_call(cmd, env=env)
|
||||
show_dns(args, out)
|
||||
print("Deploy completed, call `cmdeploy dns` next.")
|
||||
|
||||
|
||||
def dns_cmd_options(parser):
|
||||
|
||||
Reference in New Issue
Block a user