This commit is contained in:
Bxio 2025-06-23 19:00:40 +01:00
parent 0221028ca9
commit 7851fd1958

View File

@ -72,9 +72,9 @@ for country in $COUNTRIES; do
[ -f "$tmp_file" ] && rm "$tmp_file" [ -f "$tmp_file" ] && rm "$tmp_file"
continue continue
fi fi
done
for country in $COUNTRIES; do
if ipset list "$country" &>/dev/null; then if ipset list "$country" &>/dev/null; then
echo "[$country] Limpando ipset antigo..." echo "[$country] Limpando ipset antigo..."
ipset destroy "$country" ipset destroy "$country"