From 61e31564ac8e795b9c483af207c8fe1ea18417a5 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Sat, 23 Mar 2024 02:21:59 +0800 Subject: [PATCH] Update --- retrieve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrieve.sh b/retrieve.sh index f37276b34..0840c4d86 100644 --- a/retrieve.sh +++ b/retrieve.sh @@ -77,7 +77,7 @@ function retrieve_existing { done # Process Google search terms last for temp_domains_file in data/pending/domains_google_search_*.tmp; do - [[ ! -f "$temp_domains_file" ]] && break + [[ ! -f "$temp_domains_file" ]] && break # Break loop if no Google search terms found item=${temp_domains_file#data/pending/domains_google_search_} # Remove header from file name item=${item%.tmp} # Remove file extension from file name process_source "Google Search" "$item" "$temp_domains_file"