Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-07-04 17:52:38 +08:00 committed by GitHub
parent dd4bf090fc
commit 4869d27e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,6 @@ run_script() {
# IP质量
3)
echo -e "运行${YELLOW}IP质量测试...${NC}"
bash <(curl -Ls IP.Check.Place) | tee "$temp_file"
sed 's/\x1B\[[0-9;]*[JKmsu]//g; /\.\.\.\.\.\.\.\.\.\./d' "$temp_file" > "${output_file}_ip_quality"
;;