Merge pull request #3034 from pi-hole/tweak/gravity_url_displaying

Show full URL during gravity download
This commit is contained in:
DL6ER 2019-12-12 21:37:20 +01:00 committed by GitHub
commit 313f999af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ gravity_DownloadBlocklists() {
*) cmd_ext="";;
esac
echo -e " ${INFO} Target: ${domain} (${url##*/})"
echo -e " ${INFO} Target: ${url}"
gravity_DownloadBlocklistFromUrl "${url}" "${cmd_ext}" "${agent}" "${sourceIDs[$i]}"
echo ""
done