diff --git a/shell/update.sh b/shell/update.sh index adf739ee..855d5447 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -245,7 +245,8 @@ update_qinglong() { fi 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} if [[ $exit_status -eq 0 ]]; then echo -e "\n更新$ql_static_repo成功...\n"