Skip to content

Commit 5e419d4

Browse files
committed
rmlwk: update logging system
1 parent b13a2e7 commit 5e419d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/system/bin/rmlwk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function block_content() {
140140
nuke_if_we_dont_have_internet
141141
if [ ! -f "${cache_hosts}1" ] || [ "$status" = "update" ]; then
142142
mkdir -p "$persist_dir/cache/$block_type"
143-
log_message "Downloading hosts for $block_type."
143+
log_message "Downloading hosts for $block_type." && echo "- Downloading hosts for $block_type."
144144
fetch "${cache_hosts}1" https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/${block_type}-only/hosts &>/dev/null
145145
if [ "$block_type" = "porn" ]; then
146146
fetch "${cache_hosts}2" https://raw.githubusercontent.com/johnlouie09/Anti-Porn-HOSTS-File/refs/heads/master/HOSTS.txt &>/dev/null &

0 commit comments

Comments
 (0)