aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 21:38:40 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 21:38:40 -0500
commitbe19737944e2d643622286bb401aa548152080c1 (patch)
tree601163f6ebfcdeeef55e0f427490832d3c7149e3
parentad2a97db117a9c6dcc86b12aa4ab4a73439cd280 (diff)
downloadtanzanite-be19737944e2d643622286bb401aa548152080c1.tar.gz
tanzanite-be19737944e2d643622286bb401aa548152080c1.tar.bz2
tanzanite-be19737944e2d643622286bb401aa548152080c1.zip
please work ty
-rw-r--r--ecosystem.config.cjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
index 33b880d..2c41d13 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -2,7 +2,7 @@ module.exports = {
apps: [
{
name: 'bush-bot',
- script: 'yarn',
+ script: '/bin/zsh',
args: './start.sh',
out_file: '../bushbot.log',
error_file: '../bushbot.log',
@@ -16,7 +16,7 @@ module.exports = {
},
{
name: 'bush-bot-beta',
- script: 'yarn',
+ script: '/bin/zsh',
args: './start.sh',
out_file: '../bushbot-beta.log',
error_file: '../bushbot-beta.log',