From a264af05041b40f59b55dd0545399d19daaf90e3 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 12:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ql=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 855d5447..157bf1a8 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -246,7 +246,6 @@ update_qinglong() { local url="https://gitee.com/whyour/qinglong-static.git" rm -rf ${ql_static_repo} - make_dir ${ql_static_repo} git_clone_scripts ${url} ${ql_static_repo} if [[ $exit_status -eq 0 ]]; then echo -e "\n更新$ql_static_repo成功...\n"