Update nodeloc_vps_autotest_ip.sh

This commit is contained in:
Jensfrank 2024-06-26 23:41:04 +08:00 committed by GitHub
parent 3651e94a30
commit beb1e8a351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,8 +151,8 @@ run_all_tests() {
# 提取IP质量报告
extract_ip_report() {
awk '/^########################################################################$/,/按回车键返回主菜单.../' |
sed '/按回车键返回主菜单.../d' # 移除"按回车键返回主菜单..."行
awk '/^########################################################################$/,/^IP质量体检报告$/' |
sed '/按回车键返回主菜单.../d' # 移除"按回车键返回主菜单..."行
}
# 格式化结果为 Markdown