From d354441589d4bc88963bafc7d96187d4b0d2df75 Mon Sep 17 00:00:00 2001 From: VOC User Date: Sun, 23 Oct 2016 23:31:01 +0200 Subject: fixed typo in dowload.sh --- configs/conferences/pw16/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/pw16/download.sh') 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 -- cgit v1.2.3