mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复git fetch退出码
This commit is contained in:
parent
f70c16be52
commit
989bc51f0d
|
@ -263,7 +263,8 @@ 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}
|
||||
git fetch
|
||||
git fetch --all
|
||||
exit_status=$?
|
||||
git reset --hard origin/master >/dev/null 2>&1
|
||||
else
|
||||
git_clone_scripts ${url} ${ql_static_repo}
|
||||
|
|
Loading…
Reference in New Issue
Block a user