From 63c1666916a7bb4ab1ba2c623cdc1fe37590a037 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Wed, 31 Jul 2024 13:33:11 +0800 Subject: [PATCH] Update Nlbench.sh --- Nlbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nlbench.sh b/Nlbench.sh index 0311703..807e24b 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -348,7 +348,7 @@ run_script() { # IP质量 4) echo -e "运行${YELLOW}IP质量测试...${NC}" - bash <(curl -Ls IP.Check.Place) | tee "$temp_file" + echo y | bash <(curl -Ls IP.Check.Place) | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i -r 's/(⠋|⠙|⠹|⠸|⠼|⠴|⠦|⠧|⠇|⠏)/\n/g' "$temp_file" sed -i -r '/正在检测/d' "$temp_file"