From a4c79dfe3b8c798f41adb0130639c535028b04f0 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 24 May 2021 22:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=99=E6=80=81=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=8B=89=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/update.sh b/shell/update.sh index 6e105948..86c85d33 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -263,9 +263,11 @@ update_qinglong() { local url="https://ghproxy.com/https://github.com/whyour/qinglong-static.git" if [ -d ${ql_static_repo}/.git ]; then reset_romote_url ${ql_static_repo} ${url} + cd ${ql_static_repo} git fetch --all exit_status=$? git reset --hard origin/master + cd $dir_root else git_clone_scripts ${url} ${ql_static_repo} fi