From cca2036d1d680d8ba3109b6c8d14f6d690c2b314 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:12:43 +0800 Subject: [PATCH] Update --- functions/retrieve_domains.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index 7ba23aa1e..9c5972b9b 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -416,10 +416,6 @@ source_opensquat() { local source='openSquat' local ignore_from_light=true local results_file='data/pending/domains_opensquat.tmp' - - # Return if results file not found (source is the file itself) - [[ ! -f "$results_file" ]] && return - process_source }