mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Log the server response headers
This commit is contained in:
parent
3c5641b542
commit
6b807a8654
@ -81,7 +81,7 @@ RUN decide_arch() { \
|
||||
url="$(decide_url "${1}" "${2}")" ; \
|
||||
printf -- '%s\n' \
|
||||
"Building for arch: ${2}|${ARCH}, downloading ${arg1} from: ${url}, expecting ${arg1} SHA256: ${expected}" && \
|
||||
curl --disable -sSL --output "${file}" "${url}" && \
|
||||
curl --disable -sSL --output "${file}" --dump-header - "${url}" && \
|
||||
verify_download "${expected}" "${file}" ; \
|
||||
} && \
|
||||
export ARCH="$(decide_arch)" && \
|
||||
|
Loading…
Reference in New Issue
Block a user