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.
1 parent 60173a8 commit a5b46e5Copy full SHA for a5b46e5
bedrock-entry.sh
@@ -111,7 +111,7 @@ if [[ ! -f "bedrock_server-${VERSION}" ]]; then
111
TMP_ZIP="$TMP_DIR/$(basename "${DOWNLOAD_URL}")"
112
113
echo "Downloading Bedrock server version ${VERSION} ..."
114
- if ! curl "${curlArgs[@]}" -o "${TMP_ZIP}" -fsSL "${DOWNLOAD_URL}"; then
+ if ! curl "${curlArgs[@]}" -o "${TMP_ZIP}" -A "itzg/minecraft-bedrock-server" -fsSL "${DOWNLOAD_URL}"; then
115
echo "ERROR failed to download from ${DOWNLOAD_URL}"
116
echo " Double check that the given VERSION is valid"
117
exit 2
0 commit comments