Skip to content

Commit

Permalink
Do not execute backquoted as shell command in RunnerService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
takonomura committed Sep 12, 2023
1 parent e0432b0 commit 309d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/starter/scripts.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ trap - TERM INT
wait \$PID
EOF
cat << EOF > ./bin/RunnerService.js
cat << 'EOF' > ./bin/RunnerService.js
{{.RunnerServiceJS}}
EOF
Expand Down

0 comments on commit 309d526

Please sign in to comment.