From bbb850e22c52df46b68e5b1e35b976276439614a Mon Sep 17 00:00:00 2001 From: Aandree5 Date: Sun, 13 Jul 2025 22:51:33 +0100 Subject: [PATCH] fix(docker): updated `pm2` environment variable name for `CRON_SCHEDULE` --- pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2.config.js b/pm2.config.js index 67c85e77..80165010 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -14,7 +14,7 @@ module.exports = { process.env.CLANG ? `--lang=${process.env.CLANG}` : '' } --output=public/guide.xml` : 'npm run grab -- --channels=channels.xml --output=public/guide.xml', - cron_restart: process.env.CRON || null, + cron_restart: process.env.CRON_SCHEDULE || null, instances: 1, watch: false, autorestart: false