Skip to content

Commit 0b403f8

Browse files
committed
Fix(clean): execute recycle script failed.
Signed-off-by: Wine93 <[email protected]>
1 parent 18841dd commit 0b403f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/module/shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474

7575
// bash
7676
TEMPLATE_COMMAND = "{{.command}}"
77-
TEMPLATE_BASH_SCEIPT = "{{.scriptPath}} {{.arguments}}"
77+
TEMPLATE_BASH_SCEIPT = "bash {{.scriptPath}} {{.arguments}}"
7878
)
7979

8080
// TODO(P1): support command pipe

0 commit comments

Comments
 (0)