-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Trying to pull more than one location in docker.
The docker setup only writes to xmltv/xmltv.xml file.
I have setup the run-zap2xml.sh file as so:
#!/bin/sh
cd /app/
node dist/index.js --lineupId=CAN-OTAN3Y1K4 --timespan=6 --country=CAN --postalCode=N3Y1K4 --outputfile=xmltv-simcoe.xml
node dist/index.js --lineupId=USA-OTA14201 --timespan=6 --country=USA --postalCode=14201 --outputfile=xmltv-buffalo.xml
Ignores the file names and writes the first to xmltv.xml and then overwrites that file with the second node request.
Maybe I am doing this incorrectly?
Relevant log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working