From 4447244b61ac31ac5864eb28c37b70a04a4e8459 Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 23 Jan 2023 16:19:14 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.0=20~=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=8F=8A=E5=AE=89=E8=A3=85=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=20~=E5=90=88=E5=B9=B6https://github.com/juewuy/ShellClash/pull?= =?UTF-8?q?/309?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3d3a356..3950730 100644 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ gettar(){ error_down exit 1 else - source $clashdir/init.sh + source $clashdir/init.sh 2>/dev/null fi fi }