From 439ada7235468f1d72e595ccf9a8dc6f5b3b53c1 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 01:45:41 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index 41ac3b4..f5e3364 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 +run $1 > $1.log