Fix not quiet
This commit is contained in:
parent
9e969ba5d4
commit
3798528dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ do_download () {
|
||||||
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
|
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
|
||||||
curl -fsSL "${header[@]}" --output "${file_name}" "${url}"
|
curl -fsSL "${header[@]}" --output "${file_name}" "${url}"
|
||||||
else
|
else
|
||||||
curl -fsSL "${header[@]}" --output "${file_name}" --progress-bar "${url}"
|
curl -fL "${header[@]}" --output "${file_name}" --progress-bar "${url}"
|
||||||
fi
|
fi
|
||||||
rc=$?
|
rc=$?
|
||||||
# Otherwise, we can't go on.
|
# Otherwise, we can't go on.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue