mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Debug message for downloading URL
This commit is contained in:
parent
f51aa41687
commit
1f63447090
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ downloadFile() {
|
|||
fi
|
||||
|
||||
info "$msg..."
|
||||
[[ "$DEBUG" == [Yy1]* ]] && echo "Downloading $url"
|
||||
[[ "$DEBUG" == [Yy1]* ]] && echo "Downloading: $url"
|
||||
|
||||
{ wget "$url" -O "$iso" -q --timeout=30 --no-http-keep-alive --user-agent "$agent" --show-progress "$progress"; rc=$?; } || :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue