🐉ql extra.sh 🔨fix bug 2021-07-31 12:10:43

This commit is contained in:
QL 2021-07-31 04:10:43 +00:00
parent 4809c04820
commit 57a412fb4e

View File

@ -126,7 +126,7 @@ update_Ninja_normal(){
reinstall_Ninja_force(){
ps -ef|grep ninja|grep -v grep
if [ $? -ne 0 ]
if [ $? -ne 0 ]; then
cd /ql
ps -ef|grep ninja|grep -v grep|awk '{print $1}'|xargs kill -9 && rm -rf /ql/ninja && rm -rf /ql/ninja
git clone https://github.com/MoonBegonia/ninja.git /ql/ninja ## 拉取仓库