Обновить 'ev.json'

This commit is contained in:
dedal.qq 2019-02-06 20:34:03 +03:00
parent a1b9d2f4d5
commit 35817cd062

View File

@ -7,8 +7,10 @@
{ {
"name": "TepexoffBot", "name": "TepexoffBot",
"restart_after_update": true, "restart_after_update": true,
"env": [], "env": [
"cmd": ["./run.sh"] "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin"
],
"cmd": ["npm", "start"]
} }
] ]
} }