This commit is contained in:
dedal.qq 2019-02-06 20:18:21 +03:00
parent c821fd6731
commit 03eca391fa
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"name": "TepexoffBot",
"restart_after_update": true,
"env": [],
"cmd": ["npm", "start"]
"cmd": ["run.sh"]
}
]
}

3
run.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
npm start