From e262b64c535f40614de8dd355340e7a39da4487a Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 24 Mar 2023 21:03:55 -0700 Subject: [PATCH] Always rm the non-domains temp file. Signed-off-by: Dan Schaper --- gravity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity.sh b/gravity.sh index 79ce18fc..ce0d349c 100755 --- a/gravity.sh +++ b/gravity.sh @@ -576,7 +576,7 @@ parseList() { # If there are unusable lines, we display some information about them. This is not error or major cause for concern. if [[ "${num_non_domains}" -ne 0 ]]; then type="domains" - if [[ "${abp_domains}" -ne 0]]; then + if [[ "${abp_domains}" -ne 0 ]]; then type="patterns" fi echo " ${INFO} Imported ${num_domains} ${type}, ignoring ${num_non_domains} non-domain entries"