This commit is contained in:
Bxio 2025-06-23 19:25:43 +01:00
parent 7851fd1958
commit 23bbdb9466

View File

@ -72,9 +72,7 @@ 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"