Skip to content

Commit

Permalink
Changes [build image]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 14, 2024
1 parent 723d569 commit 224c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ create_buildkite_user() {
execute_sudo usermod -aG docker "$user"
fi

paths="$home /var/cache/buildkite-agent /var/log/buildkite-agent /var/run/buildkite-agent/buildkite-agent.sock"
paths="$home /var/cache/buildkite-agent /var/log/buildkite-agent /var/run/buildkite-agent /var/run/buildkite-agent/buildkite-agent.sock"
for path in $paths; do
execute_sudo mkdir -p "$path"
execute_sudo chown -R "$user:$group" "$path"
Expand Down

0 comments on commit 224c002

Please sign in to comment.