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 b6ec286 commit a454bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/check_parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ 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 a454bd9

Please sign in to comment.