diff options
author | VOC User | 2016-10-23 23:31:01 +0200 |
---|---|---|
committer | VOC User | 2016-10-23 23:31:01 +0200 |
commit | d354441589d4bc88963bafc7d96187d4b0d2df75 (patch) | |
tree | e849357a7128dd3eacd5a034e51a72db167f4469 /configs | |
parent | 412ef9929bb674550c6903fb59027c0d34b5e3f7 (diff) |
fixed typo in dowload.sh
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/pw16/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/pw16/download.sh b/configs/conferences/pw16/download.sh index 539bb14..ae425b7 100755 --- a/configs/conferences/pw16/download.sh +++ b/configs/conferences/pw16/download.sh @@ -1,7 +1,7 @@ #!/bin/sh # fahrplan -wget --no-check-certificate -q "https://fahrplan.privacyweek.at/schedule.xml" -O /tmp/pw16-schedule.xml && mv /tmp/pw-schedule.xml schedule.xml +wget --no-check-certificate -q "https://fahrplan.privacyweek.at/schedule.xml" -O /tmp/pw16-schedule.xml && mv /tmp/pw16-schedule.xml schedule.xml # relive wget -q "http://live.dus.c3voc.de/relive/pw16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json |