diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index 8523ffc5f..0050d1d07 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -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