diff --git a/quickget b/quickget index 0e63a21..d4843b1 100755 --- a/quickget +++ b/quickget @@ -1247,6 +1247,7 @@ function web_get() { if [[ ${OS} != windows && ${OS} != macos && ${OS} != windows-server ]]; then echo "Downloading $(pretty_name "${OS}") ${RELEASE} ${EDITION}" echo "- URL: ${URL}" + echo "- PATH: ${PWD}/${DIR}/${FILE}" fi if ! curl --disable --progress-bar --location --output "${DIR}/${FILE}" --continue-at - --user-agent "${USER_AGENT}" "${HEADERS[@]}" -- "${URL}"; then