You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have pm2 installed globally through Bun. When adding cron job to Crontab, the cron job "0 5 * * * pm2 stop all" executes at specified time, but it gives these errors in the logs.
Hi,
I have pm2 installed globally through Bun. When adding cron job to Crontab, the cron job "0 5 * * * pm2 stop all" executes at specified time, but it gives these errors in the logs.
/root/.bun/bin/pm2: 5: xxx/: Permission denied
/root/.bun/bin/pm2: 7: Syntax error: word unexpected (expecting ")")
Server: Debian 12 - bookworm
Bun version: 1.2.10
The text was updated successfully, but these errors were encountered: