Fix not quiet

This commit is contained in:
Jonathan Curran 2020-06-09 15:48:41 -06:00
commit 3798528dcb

View file

@ -360,7 +360,7 @@ do_download () {
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
curl -fsSL "${header[@]}" --output "${file_name}" "${url}"
else
curl -fsSL "${header[@]}" --output "${file_name}" --progress-bar "${url}"
curl -fL "${header[@]}" --output "${file_name}" --progress-bar "${url}"
fi
rc=$?
# Otherwise, we can't go on.