From 8bc84b5816e318e1981e9746e8577ac91689fe05 Mon Sep 17 00:00:00 2001 From: dy Date: Thu, 14 Dec 2023 18:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E7=BD=91linux=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=B8=80=E9=94=AE=E6=9B=B4=E6=96=B0=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneKeyStartPm2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneKeyStartPm2.sh b/oneKeyStartPm2.sh index 464ceca..65c5bd9 100644 --- a/oneKeyStartPm2.sh +++ b/oneKeyStartPm2.sh @@ -7,6 +7,6 @@ cp src/config.json dist/ pm2 del heijiao_msg_s0 -pm2 start dist/js_pm2.config.js +cd dist && pm2 start js_pm2.config.js pm2 save \ No newline at end of file