Show full URL during gravity download instead of only domain and file

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/3034/head
DL6ER 5 years ago
parent 5457b2c6ea
commit 779fe670f7
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -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

Loading…
Cancel
Save