diff options
Diffstat (limited to 'ecosystem.config.cjs')
-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', |