From f53d5d079723f5b575c096d92a900964dcf7b157 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Thu, 4 Jul 2024 21:50:20 +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 c4d4993..9b3017a 100644 --- a/Nlbench_beta.sh +++ b/Nlbench_beta.sh @@ -176,7 +176,7 @@ run_script() { local region=$(detect_region) bash <(curl -L -s media.ispvps.com) <<< "$region" | 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}_streaming" ;;