Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 31, 2024
1 parent 7b6d917 commit 499d29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/check_parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add_unparked_domains() {
# exit status 1 if no parked domains were found
retrieve_parked() {
# Truncate temporary files between runs
: > parked_domains.tmp
: > parked_domains.tmp # File needs to exist to avoid not found errors
find . -maxdepth 1 -type f -name "x??" -delete

printf "\n[info] Processing file %s\n" "$1"
Expand Down

0 comments on commit 499d29c

Please sign in to comment.