Commit 1a25cb59 authored by 赵威's avatar 赵威

add kill process

parent 1e785aa6
cvr_process=$(ps aux | grep src/online_prediction.py | grep -v grep | awk '{print $2}')
if [ $cvr_process ];
then
kill -9 $cvr_process
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment