From 771c2e251250aa334d03e3f4b172fffbb5424916 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 01:51:46 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index 7c43421..765b9a8 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -18,5 +18,5 @@ function run(){ cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode } -run $1 > $1.log & +nohup run $1 > $1.log &