From 576a0ac1260564008e98592c68c25fbc13aa9fd1 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Sun, 17 Aug 2025 00:05:05 -0500 Subject: [PATCH] update --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5adc0f4..d841eba 100755 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ IFS=$'\n\t' # --- Configurable variables --- SRC_FILE="/var/www/html/banned.txt" -REPO_DIR="/home/jordanwages/fail2ban2list/wagenet-ip-ban-list" +REPO_DIR="/git/repository" DEST_FILE="banned.txt" # --- Functions ---