mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update nodeloc_vps_autotest_ip.sh
This commit is contained in:
parent
49f41fb3a0
commit
90d7427bc1
@ -116,6 +116,7 @@ declare -a test_results
|
||||
ip_process_output() {
|
||||
local input="$1"
|
||||
local start_line=$(echo "$input" | grep -n '正在检测黑名单数据库' | tail -n 1 | cut -d ':' -f 1)
|
||||
start_line=$((start_line + 1)) # 移动到下一行
|
||||
local end_line=$(echo "$input" | grep -n '按回车键返回主菜单' | head -n 1 | cut -d ':' -f 1)
|
||||
|
||||
if [ -n "$start_line" ] && [ -n "$end_line" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user