Skip to content

Commit

Permalink
Update retrieve_domains.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent c6345c3 commit 76e87b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,12 @@ source_stopgunscams() {

trap cleanup EXIT

command -v jq &> /dev/null || apt-get install -yqq jq # Install jq
command -v jq &> /dev/null || apt-get install -yqq jq

for file in config/* data/*; do
format_file "$file"
done

source

build

0 comments on commit 76e87b5

Please sign in to comment.