From a8f4f588a8691d22689dc65d82a0649ce40d7779 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Sat, 2 Nov 2024 14:53:23 +0100 Subject: [PATCH] luci_swarm: set SHELL environment variable Set to bash by request. For golang/go#70163 --- service/luci_swarm/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/luci_swarm/run b/service/luci_swarm/run index d5ec79a..efbfabe 100755 --- a/service/luci_swarm/run +++ b/service/luci_swarm/run @@ -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}