diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-13 21:38:40 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-13 21:38:40 -0500 |
commit | be19737944e2d643622286bb401aa548152080c1 (patch) | |
tree | 601163f6ebfcdeeef55e0f427490832d3c7149e3 | |
parent | ad2a97db117a9c6dcc86b12aa4ab4a73439cd280 (diff) | |
download | tanzanite-be19737944e2d643622286bb401aa548152080c1.tar.gz tanzanite-be19737944e2d643622286bb401aa548152080c1.tar.bz2 tanzanite-be19737944e2d643622286bb401aa548152080c1.zip |
please work ty
-rw-r--r-- | ecosystem.config.cjs | 4 |
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', |