From 686bdd9ae2546c396dde8414c4cab1bfcd1b72af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 3 Jun 2024 02:58:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20frp=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/frp/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/frp/install.sh b/scripts/frp/install.sh index e9d827e2..825fcc48 100644 --- a/scripts/frp/install.sh +++ b/scripts/frp/install.sh @@ -40,6 +40,7 @@ else fi # 下载frp +cd ${frpPath} wget -T 120 -t 3 -O ${frpPath}/${frpFile} ${downloadUrl}/${frpFile} wget -T 20 -t 3 -O ${frpPath}/${frpFile}.checksum.txt ${downloadUrl}/${frpFile}.checksum.txt if ! sha256sum --status -c ${frpPath}/${frpFile}.checksum.txt; then