From 7803f33d94ee4e36c85c301ced013dc6cb1237ed Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 2 Aug 2021 20:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index cf26478..b7b6473 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -247,7 +247,7 @@ add_curl_sample(){ fi } run_curl_sample(){ - curl -L https://git.io/config.sh -o /ql/sample/config.sample.sh && cp -rf /ql/sample/config.sample.sh /ql/config + curl -sL https://git.io/config.sh -o /ql/sample/config.sample.sh && cp -rf /ql/sample/config.sample.sh /ql/config } if [ "${all}" = 1 ]; then add_curl_sample && run_curl_sample