mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench_beta.sh
This commit is contained in:
parent
3ee15eadea
commit
ad59ac5a70
@ -139,8 +139,6 @@ run_script() {
|
||||
local script_number=$1
|
||||
local output_file=$2
|
||||
local temp_file=$(mktemp)
|
||||
# 调用ip_address函数获取IP地址
|
||||
ip_address
|
||||
case $script_number in
|
||||
# YABS
|
||||
1)
|
||||
@ -454,6 +452,9 @@ main() {
|
||||
# 检查并安装依赖
|
||||
install_dependencies
|
||||
|
||||
# 调用ip_address函数获取IP地址
|
||||
ip_address
|
||||
|
||||
# 获取统计数据
|
||||
sum_run_times
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user