From 76e87b530b3af29366a68fb04790219abaa01fdf Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:56:03 +0800 Subject: [PATCH] Update retrieve_domains.sh --- functions/retrieve_domains.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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