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 }