Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent eefda10 commit 21592d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,10 @@ build() {

count_before="$(wc -l < "$RAW")"

# Add domains to raw file
# Add domains to raw file and raw light file
cat retrieved_domains.tmp >> "$RAW"
format_file "$RAW"

# Add domains to raw light file
cat retrieved_light_domains.tmp >> "$RAW_LIGHT"
format_file "$RAW"
format_file "$RAW_LIGHT"

log_event "$(<retrieved_domains.tmp)" new_domain retrieval
Expand Down

0 comments on commit 21592d7

Please sign in to comment.