修复ql update

This commit is contained in:
whyour 2021-05-12 12:24:48 +08:00
parent 391be1987e
commit 006e0e2626

View File

@ -245,7 +245,7 @@ update_qinglong() {
fi
local url="https://gitee.com/whyour/qinglong-static.git"
rm -rf ${ql_static_repo}
rm -rf ${ql_static_repo}/*
git_clone_scripts ${url} ${ql_static_repo}
if [[ $exit_status -eq 0 ]]; then
echo -e "\n更新$ql_static_repo成功...\n"