Skip to content

Commit f6f41d8

Browse files
committed
Fixed DB download in Acquia.
1 parent c18ca0c commit f6f41d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/vortex/download-db-acquia.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ else
262262
[ -z "${backup_url}" ] && fail "Unable to discover backup URL for backup ID '${backup_id}'. API response: ${backup_json}" && exit 1
263263

264264
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}"
265+
curl --progress-bar -L "${backup_url}" -o "${file_name_compressed}"
266266
download_result=$?
267267

268268
# shellcheck disable=SC2181

0 commit comments

Comments
 (0)