We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bash
1 parent c564e72 commit 36d4af2Copy full SHA for 36d4af2
src/runtime/SSHRuntime.ts
@@ -30,7 +30,7 @@ import { execAsync } from "../utils/disposableExec";
30
* Shescape instance for bash shell escaping.
31
* Reused across all SSH runtime operations for performance.
32
*/
33
-const shescape = new Shescape({ shell: "/bin/bash" });
+const shescape = new Shescape({ shell: "bash" });
34
35
/**
36
* SSH Runtime Configuration
0 commit comments