From 309038bb4a833c62eecbd8753903b2d3971d1226 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 15 Jul 2025 09:24:34 +0200 Subject: [PATCH] update readme + config --- README.md | 4 +++- pm2.config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 323564c..5154ff5 100644 --- a/README.md +++ b/README.md @@ -226,4 +226,6 @@ Sometimes a new version of this image will be bound to the same source commit. T - 1.0.66 [06-26-2025](https://github.com/iptv-org/epg/commit/93f857f3c36cbe00e76fceb4ad875d8e6f6ec6aa) - 1.0.67 - [07-07-2025](https://github.com/iptv-org/epg/commit/3107571168eea356e6fa6311519e3777db99b5a6) \ No newline at end of file + [07-07-2025](https://github.com/iptv-org/epg/commit/3107571168eea356e6fa6311519e3777db99b5a6) +- 1.0.68 + [07-14-2025](https://github.com/iptv-org/epg/commit/10685b064d9cc65c1a22234a19527da53d544cbf) \ No newline at end of file diff --git a/pm2.config.js b/pm2.config.js index 395ab49..31d9526 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 -- --gzip --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