diff --git a/start.sh b/start.sh index d6fb8ca..1efe307 100644 --- a/start.sh +++ b/start.sh @@ -72,9 +72,9 @@ for country in $COUNTRIES; do [ -f "$tmp_file" ] && rm "$tmp_file" continue fi +done - - +for country in $COUNTRIES; do if ipset list "$country" &>/dev/null; then echo "[$country] Limpando ipset antigo..." ipset destroy "$country"