master
pan 4 years ago
parent 65c34e387f
commit a0537e837a
  1. 2
      shell/updateRisk

@ -31,7 +31,7 @@ function run(){
}
#检查是否正在部署
result = `ps -ef|grep 'updateRisk $1'|awk 'NR>1{next}{print $1}'`
result=`ps -ef|grep 'updateRisk $1'|awk 'NR>1{next}{print $1}'`
echo $result
if [ ! -z $result ]
then

Loading…
Cancel
Save