mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +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}"
|
cmd = f"{pyinf} --ssh-user root {args.config.mail_domain} {deploy_path}"
|
||||||
|
|
||||||
out.check_call(cmd, env=env)
|
out.check_call(cmd, env=env)
|
||||||
show_dns(args, out)
|
print("Deploy completed, call `cmdeploy dns` next.")
|
||||||
|
|
||||||
|
|
||||||
def dns_cmd_options(parser):
|
def dns_cmd_options(parser):
|
||||||
|
|||||||
Reference in New Issue
Block a user