mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
移除check中init git
This commit is contained in:
parent
6d4568cdcd
commit
47abdb0f36
|
@ -105,20 +105,8 @@ check_pm2() {
|
|||
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() {
|
||||
echo -e "=====> 开始检测"
|
||||
init_git
|
||||
copy_dep
|
||||
check_ql
|
||||
check_nginx
|
||||
|
|
Loading…
Reference in New Issue
Block a user