diff --git a/base_flux.sh b/base_flux.sh index dcb0a2f..4176a35 100644 --- a/base_flux.sh +++ b/base_flux.sh @@ -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 }