This commit is contained in:
aozhiwei 2021-08-02 10:41:22 +08:00
parent 756695d0a5
commit 19e1e54300

View File

@ -2,6 +2,8 @@
source ./common.sh
export GOTRACEBACK=crash
pid=$(ps -ef|grep "${PROJECT_NAME} -n $2 -i $1"|grep -v grep|awk '{print $2}')
echo $pid