From 84e0376762039c4aa798c76b62ca3df4e66ae706 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 20 Aug 2025 22:43:11 +0200 Subject: [PATCH] cmdeploy: get SSHExec again, timeout is likely --- cmdeploy/src/cmdeploy/cmdeploy.py | 1 + 1 file changed, 1 insertion(+) 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"]: