From 3220f9d13837719544fe176637f0c5d14e3b91af Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 10 Oct 2023 15:06:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=90=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- restagent/run.sh | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d67ff26..1b9cdb1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ go mod download cd restagent/ go build -ldflags="-s -w" -o omcDevApp -nohup ./omcDevApp -c ./dev.yaml >> ./dev.log 2>&1 & + +BUILD_ID=dontKillMe +nohup ./omcDevApp -c ./dev.yaml > ./dev.log 2>&1 & echo ok + ``` \ No newline at end of file diff --git a/restagent/run.sh b/restagent/run.sh index 14c56bb..a366846 100644 --- a/restagent/run.sh +++ b/restagent/run.sh @@ -12,5 +12,6 @@ fi go version go build -ldflags="-s -w" -o omcDevApp -nohup ./omcDevApp -c ./dev.yaml >> ./dev.log 2>&1 & +BUILD_ID=dontKillMe +nohup ./omcDevApp -c ./dev.yaml > ./dev.log 2>&1 & echo ok \ No newline at end of file