diff --git a/cmdeploy/src/cmdeploy/cmdeploy.py b/cmdeploy/src/cmdeploy/cmdeploy.py index ffb6c131..cd72aa38 100644 --- a/cmdeploy/src/cmdeploy/cmdeploy.py +++ b/cmdeploy/src/cmdeploy/cmdeploy.py @@ -90,6 +90,7 @@ def run_cmd(args, out): retcode = out.check_call(cmd, env=env) if retcode == 0: print("\nYou can try out the relay by talking to this echo bot: ") + sshexec = args.get_sshexec() print(sshexec(call=remote.rshell.shell, kwargs=dict(command="cat /var/lib/echobot/invite-link.txt"))) out.green("Deploy completed, call `cmdeploy dns` next.") elif not remote_data["acme_account_url"]: