Update Nlbench.sh

This commit is contained in:
丰仔 2024-07-03 20:14:28 +08:00 committed by GitHub
parent 6bd81a5767
commit ebe6bd749e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,7 @@ update_system() {
# 执行单个脚本并输出结果到文件
run_script() {
clear
local script_number=$1
local output_file=$2
local temp_file=$(mktemp)