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