mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Disable scrolling
This commit is contained in:
parent
1a0f034d11
commit
a017ef1b30
@ -55,9 +55,9 @@ rm -f "$PAT"
|
|||||||
|
|
||||||
# Check if running with interactive TTY or redirected to docker log
|
# Check if running with interactive TTY or redirected to docker log
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
wget "$URL" -O $PAT -q --no-check-certificate --show-progress
|
wget "$URL" -O "$PAT" -q --no-check-certificate --show-progress --progress=bar:noscroll
|
||||||
else
|
else
|
||||||
wget "$URL" -O $PAT -q --no-check-certificate --show-progress --progress=dot:giga
|
wget "$URL" -O "$PAT" -q --no-check-certificate --show-progress --progress=dot:giga
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ ! -f "$PAT" ] && echo "Download failed" && exit 61
|
[ ! -f "$PAT" ] && echo "Download failed" && exit 61
|
||||||
|
Loading…
x
Reference in New Issue
Block a user