From 3651e94a305014e6df044b4ea26e078c941b76f5 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Wed, 26 Jun 2024 23:33:36 +0800 Subject: [PATCH] Update nodeloc_vps_autotest_ip.sh --- nodeloc_vps_autotest_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeloc_vps_autotest_ip.sh b/nodeloc_vps_autotest_ip.sh index c72617b..6656cad 100644 --- a/nodeloc_vps_autotest_ip.sh +++ b/nodeloc_vps_autotest_ip.sh @@ -152,7 +152,7 @@ run_all_tests() { # 提取IP质量报告 extract_ip_report() { awk '/^########################################################################$/,/按回车键返回主菜单.../' | - sed '/按回车键返回主菜单.../d' | # 移除"按回车键返回主菜单..."行 + sed '/按回车键返回主菜单.../d' # 移除"按回车键返回主菜单..."行 } # 格式化结果为 Markdown