From c5a17daa0c3e0e5cbb872457da23079e765068ad Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:00:23 +0800 Subject: [PATCH] Update --- functions/retrieve_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index 6f94eccce..949394b4f 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -265,7 +265,7 @@ ${filtered_count:-0},${total_whitelisted_count},${dead_count:-0},${redundant_cou ${parked_count:-0},${toplist_count:-0},$(printf "%s" "$domains_in_toplist" | tr '\n' ' '),\ ${query_count:-0},${rate_limited:-false},no" >> "$SOURCE_LOG" - printf "\n\e[1mSource:\e[0m %s\n" "${item:-$source}" + printf "\n\e[1mSource: %s\e[0m\n" "${item:-$source}" printf "Raw:%4s Final:%4s Whitelisted:%4s Excluded:%4s Toplist:%4s\n" \ "${unfiltered_count:-0}" "${filtered_count:-0}" \ "$total_whitelisted_count" "$excluded_count" "${toplist_count:-0}"