Do not call show_dns with run args

This commit is contained in:
link2xt
2023-12-19 14:31:22 +00:00
committed by missytake
parent 36a4381484
commit 85a9183b61

View File

@@ -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):