Skip to content

Commit

Permalink
fix: 修复 RayWangQvQ#778 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yelochick committed Sep 19, 2024
1 parent 760aab5 commit 52b841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/bili_task_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ touch /root/.bashrc && . /root/.bashrc
# 目录
say "青龙repo目录: $dir_repo"
qinglong_bili_repo="$(echo "$bili_repo" | sed 's/\//_/g')${bili_branch}"
qinglong_bili_repo_dir="$(find $dir_repo -type d \( -iname $qinglong_bili_repo -o -iname ${qinglong_bili_repo}_main \) | head -1)"
qinglong_bili_repo_dir="$(find $dir_repo -type d \( -iname $qinglong_bili_repo -o -iname ${qinglong_bili_repo}_main \) | head -1 || true)"
say "bili仓库目录: $qinglong_bili_repo_dir"

current_linux_os="debian" # 或alpine
Expand Down

0 comments on commit 52b841f

Please sign in to comment.