From 896cf490ba1a1c2a781e6e0cc790353cf3bbcf47 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 01:56:01 +0800 Subject: [PATCH] init --- shell/updateRisk | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/updateRisk b/shell/updateRisk index 765b9a8..0eb20f6 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -16,6 +16,7 @@ function run(){ git clone git@gogs.kirito.cool:panqihua/$1.git fi cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode + curl http://webhooks.kirito.cool:3000/server } nohup run $1 > $1.log &