mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
Update pm2.config.js
This commit is contained in:
parent
74ce38b66c
commit
0e33226192
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
script: process.env.SITE
|
script: process.env.SITE
|
||||||
? `npm run grab -- --site=${process.env.SITE} ${
|
? `npm run grab -- --site=${process.env.SITE} ${
|
||||||
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
|
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
|
||||||
}`
|
} --output=public/guide.xml`
|
||||||
: 'npm run grab -- --channels=channels.xml --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 || null,
|
||||||
instances: 1,
|
instances: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue