From 2decf57a5d4133fb1f485c6ce2f8f4e3b62f449f Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Thu, 4 Jul 2024 22:07:39 +0800 Subject: [PATCH] Update Nlbench_beta.sh --- Nlbench_beta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nlbench_beta.sh b/Nlbench_beta.sh index 9d7455c..63a9013 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,/^.*########################################################################.*$/!b;/^.*########################################################################.*$/!d' "$temp_file" sed -i '/^$/d' "$temp_file" # 删除空行 cp "$temp_file" "${output_file}_ip_quality" ;;