Skip to content

Commit a8f4f58

Browse files
committed
luci_swarm: set SHELL environment variable
Set to bash by request. For golang/go#70163
1 parent 0fda9f9 commit a8f4f58

File tree

1 file changed

+1
-1
lines changed
  • service/luci_swarm

1 file changed

+1
-1
lines changed

service/luci_swarm/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[ -n ${builder_name} ] || exit 1
66

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

0 commit comments

Comments
 (0)