mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-20 15:05:22 +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 script_number=$1
|
||||||
local output_file=$2
|
local output_file=$2
|
||||||
local temp_file=$(mktemp)
|
local temp_file=$(mktemp)
|
||||||
# 调用ip_address函数获取IP地址
|
|
||||||
ip_address
|
|
||||||
case $script_number in
|
case $script_number in
|
||||||
# YABS
|
# YABS
|
||||||
1)
|
1)
|
||||||
@ -453,7 +451,10 @@ show_welcome() {
|
|||||||
main() {
|
main() {
|
||||||
# 检查并安装依赖
|
# 检查并安装依赖
|
||||||
install_dependencies
|
install_dependencies
|
||||||
|
|
||||||
|
# 调用ip_address函数获取IP地址
|
||||||
|
ip_address
|
||||||
|
|
||||||
# 获取统计数据
|
# 获取统计数据
|
||||||
sum_run_times
|
sum_run_times
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user