We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13a2e7 commit 5e419d4Copy full SHA for 5e419d4
module/system/bin/rmlwk
@@ -140,7 +140,7 @@ function block_content() {
140
nuke_if_we_dont_have_internet
141
if [ ! -f "${cache_hosts}1" ] || [ "$status" = "update" ]; then
142
mkdir -p "$persist_dir/cache/$block_type"
143
- log_message "Downloading hosts for $block_type."
+ log_message "Downloading hosts for $block_type." && echo "- Downloading hosts for $block_type."
144
fetch "${cache_hosts}1" https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/${block_type}-only/hosts &>/dev/null
145
if [ "$block_type" = "porn" ]; then
146
fetch "${cache_hosts}2" https://raw.githubusercontent.com/johnlouie09/Anti-Porn-HOSTS-File/refs/heads/master/HOSTS.txt &>/dev/null &
0 commit comments