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