This commit is contained in:
yuzchen 2024-01-23 15:53:51 +08:00
parent eafa31b2f6
commit 7f585c4753
1 changed files with 1 additions and 0 deletions

View File

@ -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