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