From 949d763752c896419198e545dcfa7f6e770bc280 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Sat, 25 Apr 2026 14:04:22 -0500 Subject: [PATCH] ok try this --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 2db1fc9..9bb9bc3 100755 --- a/run +++ b/run @@ -31,7 +31,7 @@ def apply_key_permissions(keyfile): def run_command(host, command, auth): print(f">> [exec] {host} {command}") - run(["ssh", "-i", auth, "-o", "StrictHostKeyChecking=no", "-o", "PasswordAuthentication=no", host, "sh", "-c", command], check=True) + run(["ssh", "-i", auth, "-o", "StrictHostKeyChecking=no", "-o", "PasswordAuthentication=no", host, command], check=True) def make_parent_dirs(target, auth): if is_target_http(target):