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 a454bd9 commit 1247c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/check_parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ remove_parked_domains() {
retrieve_parked "$RAW" || return

# Remove parked domains from raw file
comm -23 "$RAW" parked_domains.tmp > raw.tmp && mv raw.tmp "$RAW"
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 1247c26

Please sign in to comment.