Skip to content

Commit

Permalink
Merge pull request #27 from EpicsDAO/cron
Browse files Browse the repository at this point in the history
fix - solv cron halt
  • Loading branch information
POPPIN-FUMI authored Jan 2, 2024
2 parents 57a9236 + 2f72326 commit 24f3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cron/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const cronCommands = async () => {
.command('halt')
.description('Solv Node Halt Discord Notification Command')
.action(async (options: any) => {
const cmd = `npx pm2 start yarn --name solvHalt -- start cron watchHalt`
const cmd = `npx pm2 start solv --name solvHalt -- cron watchHalt`
spawnSync(cmd, { shell: true, stdio: 'inherit' })
})

Expand Down

0 comments on commit 24f3f9b

Please sign in to comment.