mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-01-23 12:37:05 +00:00
Add progress indication to wget
This commit is contained in:
parent
e6c354c312
commit
ce6073b363
@ -192,7 +192,7 @@ function wget_verify {
|
|||||||
DEST=$3
|
DEST=$3
|
||||||
CHECKSUM="$HASH $DEST"
|
CHECKSUM="$HASH $DEST"
|
||||||
rm -f "$DEST"
|
rm -f "$DEST"
|
||||||
hide_output wget -O "$DEST" "$URL"
|
wget -q --show-progress --progress=dot:giga -O "$DEST" "$URL"
|
||||||
if ! echo "$CHECKSUM" | sha1sum --check --strict > /dev/null; then
|
if ! echo "$CHECKSUM" | sha1sum --check --strict > /dev/null; then
|
||||||
echo "------------------------------------------------------------"
|
echo "------------------------------------------------------------"
|
||||||
echo "Download of $URL did not match expected checksum."
|
echo "Download of $URL did not match expected checksum."
|
||||||
|
Loading…
Reference in New Issue
Block a user