Skip to content

Commit

Permalink
Merge pull request #177 from takonomura/fix-runner-service-js
Browse files Browse the repository at this point in the history
Do not execute backquoted as shell command in RunnerService.js
  • Loading branch information
whywaita authored Sep 13, 2023
2 parents e0432b0 + 309d526 commit 3248887
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 3248887

Please sign in to comment.