From e3c4b10bee6bc89d37f935483df92550137bfcc4 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 15:46:12 +0800 Subject: [PATCH] init --- shell/updateRisk | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/updateRisk b/shell/updateRisk index 2262091..d178712 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -21,12 +21,9 @@ function run(){ cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode if [ $isUpdate -eq 0 ] then - echo "更新$1仓库代码" url="http://127.0.0.1:3000/finsh?name=$1" echo "成功回调地址:$url" curl $url - else - echo "克隆$1仓库代码" fi }