diff --git a/start.sh b/start.sh index 1efe307..52886e9 100644 --- a/start.sh +++ b/start.sh @@ -72,9 +72,7 @@ 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"