Skip to content

Commit

Permalink
Fix check_parked.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 31, 2024
1 parent 4c9db29 commit 069dadd
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 @@ -73,7 +73,7 @@ add_unparked_domains() {
cat unparked_domains.tmp >> "$RAW"
format_file "$RAW"

log_event "$(<unparked_domains.tmp)" "unparked" "parked_domains"
log_event "$(<unparked_domains.tmp)" "unparked" "parked_domains_file"

# Reset split files before next run
find . -maxdepth 1 -type f -name "x??" -delete
Expand Down

0 comments on commit 069dadd

Please sign in to comment.