Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 9adfa23 commit b6ec286
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 @@ -31,7 +31,7 @@ remove_parked_domains() {
retrieve_parked "$RAW" || return

# Remove parked domains from raw file
comm -23 "$RAW" <(sort parked_domains.tmp) > raw.tmp
comm -23 "$RAW" parked_domains.tmp > raw.tmp
mv raw.tmp "$RAW"

log_event "$(<parked_domains.tmp)" parked raw
Expand Down

0 comments on commit b6ec286

Please sign in to comment.