„base_flux.sh“ ändern
This commit is contained in:
parent
e438964b89
commit
75f21d484f
@ -331,7 +331,7 @@ function provisioning_download() {
|
||||
if [[ -n $auth_token ]]; then
|
||||
wget --header="Authorization: Bearer $auth_token" -qnc --content-disposition --show-progress -e dotbytes="${3:-4M}" -P "$file_path" "$url" & # Use the new variables for storing the URL and file path
|
||||
else
|
||||
wget -qnc --content-disposition --show-progress -e dotbytes="${3:-4M}" -O "$file_path" "$url" & # Use the new variables for storing the URL and file path
|
||||
wget -qnc --content-disposition --show-progress -e dotbytes="${3:-4M}" -P "$file_path" "$url" & # Use the new variables for storing the URL and file path
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user