修改环境变量值省略展示

This commit is contained in:
whyour
2023-01-08 21:56:29 +08:00
parent 2864845d5b
commit 0579fb83d3
6 changed files with 96 additions and 17 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ update_qinglong() {
if [ "$githubStatus" == "" ]; then
mirror="gitee"
fi
echo -e "\n使用 ${mirror} 源更新...\n"
echo -e "使用 ${mirror} 源更新...\n"
export isFirstStartServer=false
local all_branch=$(cd ${dir_root} && git branch -a)