Update folder-watchdog.sh

This commit is contained in:
SubleXBle
2025-08-23 05:30:45 +02:00
committed by GitHub
parent 560043a612
commit d54b434b73
+1
View File
@@ -20,6 +20,7 @@ for DIR in "$BASE_PATH"/*/; do
echo "Processing folder: $DIR"
# Create folders next to fail2ban, if they don't exist
# ufw and stats are not needed by now - but will be needed soon
mkdir -p "${DIR}blocklists"
mkdir -p "${DIR}ufw"
mkdir -p "${DIR}stats"