🐉ql extra.sh 🔨fix bug 2021-07-31 12:10:43
This commit is contained in:
parent
4809c04820
commit
57a412fb4e
@ -126,7 +126,7 @@ update_Ninja_normal(){
|
|||||||
|
|
||||||
reinstall_Ninja_force(){
|
reinstall_Ninja_force(){
|
||||||
ps -ef|grep ninja|grep -v grep
|
ps -ef|grep ninja|grep -v grep
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]; then
|
||||||
cd /ql
|
cd /ql
|
||||||
ps -ef|grep ninja|grep -v grep|awk '{print $1}'|xargs kill -9 && rm -rf /ql/ninja && rm -rf /ql/ninja
|
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 ## 拉取仓库
|
git clone https://github.com/MoonBegonia/ninja.git /ql/ninja ## 拉取仓库
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user