From 708091f6505d28ae6a5e606d57e14ccf9fe7cf68 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Wed, 26 Jun 2024 20:12:59 +0800 Subject: [PATCH] Update nodeloc_vps_autotest.sh --- nodeloc_vps_autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeloc_vps_autotest.sh b/nodeloc_vps_autotest.sh index 68af85a..59c684a 100644 --- a/nodeloc_vps_autotest.sh +++ b/nodeloc_vps_autotest.sh @@ -239,7 +239,7 @@ show_welcome() { # 运行所有测试 run_all_tests() { echo "开始运行测试..." - + # YABS echo -e "运行${YELLOW}YABS...${NC}" yabs_result=$(run_and_capture "wget -qO- yabs.sh | bash")