From fc36bf48dbd06d25e080f0e380c850d664dceaf6 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:06:31 +0800 Subject: [PATCH] Update --- functions/retrieve_domains.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index be3d426ed..5d2a7f124 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -290,6 +290,7 @@ format_file() { cleanup() { # Initialize pending directory is no pending domains to be saved find data/pending -type d -empty -delete + find . -maxdepth 1 -type f -name "*.tmp" -delete }