From 620d5f67fd9e9cc7b1fb235ba6a5793ef3de9605 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 02:02:40 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index c98a5b6..bea88b3 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -19,5 +19,5 @@ function run(){ curl http://webhooks.kirito.cool:3000/finsh?name=$1 } -nohup run $1 > $1.log & +run $1 > $1.log