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 c18ca0c commit f6f41d8Copy full SHA for f6f41d8
1 file changed
scripts/vortex/download-db-acquia.sh
@@ -262,7 +262,7 @@ else
262
[ -z "${backup_url}" ] && fail "Unable to discover backup URL for backup ID '${backup_id}'. API response: ${backup_json}" && exit 1
263
264
task "Downloading DB dump into file ${file_name_compressed}."
265
- curl --progress-bar -L -H 'Accept: application/json, version=2' -H "Authorization: Bearer ${token}" "${backup_url}" -o "${file_name_compressed}"
+ curl --progress-bar -L "${backup_url}" -o "${file_name_compressed}"
266
download_result=$?
267
268
# shellcheck disable=SC2181
0 commit comments