From 011baf43715cb1f35cc9d9cbe4536003815a810d Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Sep 2024 03:14:42 +0000 Subject: [PATCH] f --- firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall.sh b/firewall.sh index 9a85f88..eef2c78 100755 --- a/firewall.sh +++ b/firewall.sh @@ -435,7 +435,7 @@ watch() { module-akkoma-search "$i" "$DATE" module-lightning "$i" "$DATE" module-php "$i" "$DATE" - bash $MODULES/modules/module-go.sh "$i" "$DATE" + bash $MODULES/module-go.sh "$i" "$DATE" module-get-spam "$i" "$DATE" COUNT=$(grep $DATE $ACCESS | grep $i | grep -Fivf <(printf '%s\n' "${SAFE_TRAFFIC[@]}") | grep -Fivf <(printf '%s\n' "${SAVED_BOTS[@]}") | wc -l)