From ced4e2149164ca13626fdc94207a39423c535684 Mon Sep 17 00:00:00 2001 From: Mirei <42766108+mahdibland@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:21:45 +0330 Subject: [PATCH] Update speedtest2.sh --- utils/speedtest/speedtest2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/speedtest/speedtest2.sh b/utils/speedtest/speedtest2.sh index 3ed97b9b0..f67562aff 100644 --- a/utils/speedtest/speedtest2.sh +++ b/utils/speedtest/speedtest2.sh @@ -4,4 +4,4 @@ wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/Shadowsock ################### #运行 LiteSpeedTest chmod +x ./lite-linux-amd64 -sudo ./lite-linux-amd64 --config ./lite_config.json --test https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/Eternity.yml >speedtest.log 2>&1 & +sudo ./lite-linux-amd64 --config ./lite_config.json --test https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/Eternity >speedtest.log 2>&1 &