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 fc36bf4 commit eefda10
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 @@ -220,10 +220,8 @@ build() {
format_file "$RAW"

# Add domains to raw light file
if grep -q '[a-z]' retrieved_light_domains.tmp; then
cat retrieved_light_domains.tmp >> "$RAW_LIGHT"
format_file "$RAW_LIGHT"
fi
cat retrieved_light_domains.tmp >> "$RAW_LIGHT"
format_file "$RAW_LIGHT"

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

Expand Down

0 comments on commit eefda10

Please sign in to comment.