Skip to content

Commit

Permalink
luci_swarm: set SHELL environment variable
Browse files Browse the repository at this point in the history
Set to bash by request.

For golang/go#70163
  • Loading branch information
bsiegert committed Nov 2, 2024
1 parent 0fda9f9 commit a8f4f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/luci_swarm/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[ -n ${builder_name} ] || exit 1

chown -R swarming /home/swarming/.swarming
setuidgid swarming env HOME=/home/swarming /usr/local/bin/bootstrapswarm -hostname ${builder_name}
setuidgid swarming env HOME=/home/swarming SHELL=/usr/pkg/bin/bash /usr/local/bin/bootstrapswarm -hostname ${builder_name}

0 comments on commit a8f4f58

Please sign in to comment.