diff --git a/src/runtime/SSHRuntime.ts b/src/runtime/SSHRuntime.ts index d4be4d433..412d0a7cf 100644 --- a/src/runtime/SSHRuntime.ts +++ b/src/runtime/SSHRuntime.ts @@ -30,7 +30,7 @@ import { execAsync } from "../utils/disposableExec"; * Shescape instance for bash shell escaping. * Reused across all SSH runtime operations for performance. */ -const shescape = new Shescape({ shell: "/bin/bash" }); +const shescape = new Shescape({ shell: "bash" }); /** * SSH Runtime Configuration