We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eddff45 + f54624e commit be20b16Copy full SHA for be20b16
packer/linux/conf/bin/bk-install-elastic-stack.sh
@@ -111,7 +111,7 @@ if [[ "${BUILDKITE_ADDITIONAL_SUDO_PERMISSIONS}" != "" ]] ; then
111
fi
112
113
# Choose the right agent binary
114
-ln -s "/usr/bin/buildkite-agent-${BUILDKITE_AGENT_RELEASE}" /usr/bin/buildkite-agent
+ln -sf "/usr/bin/buildkite-agent-${BUILDKITE_AGENT_RELEASE}" /usr/bin/buildkite-agent
115
116
agent_metadata=(
117
"queue=${BUILDKITE_QUEUE}"
0 commit comments