From 35817cd062af3e423cb05db85bbb73476b95bb9e Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 20:34:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ev.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ev.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ev.json b/ev.json index 5a85e57..e422ba5 100644 --- a/ev.json +++ b/ev.json @@ -7,8 +7,10 @@ { "name": "TepexoffBot", "restart_after_update": true, - "env": [], - "cmd": ["./run.sh"] + "env": [ + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin" + ], + "cmd": ["npm", "start"] } ] } \ No newline at end of file