mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复ql update
This commit is contained in:
parent
006e0e2626
commit
e3c1685203
|
@ -245,7 +245,8 @@ update_qinglong() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local url="https://gitee.com/whyour/qinglong-static.git"
|
local url="https://gitee.com/whyour/qinglong-static.git"
|
||||||
rm -rf ${ql_static_repo}/*
|
rm -rf ${ql_static_repo}
|
||||||
|
make_dir ${ql_static_repo}
|
||||||
git_clone_scripts ${url} ${ql_static_repo}
|
git_clone_scripts ${url} ${ql_static_repo}
|
||||||
if [[ $exit_status -eq 0 ]]; then
|
if [[ $exit_status -eq 0 ]]; then
|
||||||
echo -e "\n更新$ql_static_repo成功...\n"
|
echo -e "\n更新$ql_static_repo成功...\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user