yshop1.5版本新增秒杀功能,手机端新增H5支付,修复其他bug,导出最新sql
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
PID=$(ps -ef | grep yshop-api-1.4.jar | grep -v grep | awk '{ print $2 }')
|
||||
PID=$(ps -ef | grep yshop-api-1.5.jar | grep -v grep | awk '{ print $2 }')
|
||||
if [ -z "$PID" ];then
|
||||
echo Application is already stopped
|
||||
else
|
||||
|
Reference in New Issue
Block a user