From beb1e8a351a0c955660c770b62bc56184bbf2c19 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Wed, 26 Jun 2024 23:41:04 +0800 Subject: [PATCH] Update nodeloc_vps_autotest_ip.sh --- nodeloc_vps_autotest_ip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodeloc_vps_autotest_ip.sh b/nodeloc_vps_autotest_ip.sh index 6656cad..46aa600 100644 --- a/nodeloc_vps_autotest_ip.sh +++ b/nodeloc_vps_autotest_ip.sh @@ -151,8 +151,8 @@ run_all_tests() { # 提取IP质量报告 extract_ip_report() { - awk '/^########################################################################$/,/按回车键返回主菜单.../' | - sed '/按回车键返回主菜单.../d' # 移除"按回车键返回主菜单..."行 + awk '/^########################################################################$/,/^IP质量体检报告$/' | + sed '/按回车键返回主菜单.../d' # 移除"按回车键返回主菜单..."行 } # 格式化结果为 Markdown