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