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 2cac68f commit d766255Copy full SHA for d766255
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