diff --git a/Nlbench_beta.sh b/Nlbench_beta.sh index 2e2ca8b..9d7455c 100644 --- a/Nlbench_beta.sh +++ b/Nlbench_beta.sh @@ -166,7 +166,7 @@ run_script() { echo -e "运行${YELLOW}IP质量测试...${NC}" bash <(curl -Ls IP.Check.Place) | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" - sed -i '1,/\.\.\.\.\.\.\.\.\.\./d' "$temp_file" + sed -i '1,/^########################################################################$/!d' "$temp_file" sed -i '/^$/d' "$temp_file" # 删除空行 cp "$temp_file" "${output_file}_ip_quality" ;;