From a0537e837a9c16df45b9be070f0e70d61775eec4 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 04:19:27 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index 83f4102..5ff4f12 100644 --- a/shell/updateRisk +++ b/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