@ -4,7 +4,7 @@ result=1
if [ -e run.pid ]
then
p=`cat run.pid`
kill $p
kill -9 $p
if [ $? -eq 0 ]
echo "成功杀死进程:$p"