From be19737944e2d643622286bb401aa548152080c1 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 13 Dec 2021 21:38:40 -0500 Subject: please work ty --- ecosystem.config.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecosystem.config.cjs') 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', -- cgit