add
This commit is contained in:
parent
eafa31b2f6
commit
7f585c4753
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
echo "--------删除modules demo service开始--------------"
|
||||
P_ID=`ps -ef | grep -w demo4bonus-0.0.1 | grep -v "grep" | awk '{print $2}'`
|
||||
if [ "$P_ID" == "" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue