mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
移除check中init git
This commit is contained in:
parent
6d4568cdcd
commit
47abdb0f36
|
@ -105,20 +105,8 @@ check_pm2() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
init_git() {
|
|
||||||
local dir_current=$(pwd)
|
|
||||||
|
|
||||||
cd $dir_root
|
|
||||||
git config --global user.email "qinglong@@users.noreply.github.com"
|
|
||||||
git config --global user.name "qinglong"
|
|
||||||
git config --global pull.rebase true
|
|
||||||
|
|
||||||
cd $dir_current
|
|
||||||
}
|
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
echo -e "=====> 开始检测"
|
echo -e "=====> 开始检测"
|
||||||
init_git
|
|
||||||
copy_dep
|
copy_dep
|
||||||
check_ql
|
check_ql
|
||||||
check_nginx
|
check_nginx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user