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.
1 parent 18841dd commit 0b403f8Copy full SHA for 0b403f8
pkg/module/shell.go
@@ -74,7 +74,7 @@ const (
74
75
// bash
76
TEMPLATE_COMMAND = "{{.command}}"
77
- TEMPLATE_BASH_SCEIPT = "{{.scriptPath}} {{.arguments}}"
+ TEMPLATE_BASH_SCEIPT = "bash {{.scriptPath}} {{.arguments}}"
78
)
79
80
// TODO(P1): support command pipe
0 commit comments