版本号修改为3.2

This commit is contained in:
taozi
2021-01-22 22:25:23 +08:00
parent d405c1cc0b
commit 29cac46a19
5 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
PID=$(ps -ef | grep yshop-api-2.0.jar | grep -v grep | awk '{ print $2 }')
PID=$(ps -ef | grep yshop-app-3.2.jar | grep -v grep | awk '{ print $2 }')
if [ -z "$PID" ];then
echo Application is already stopped
else