diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/ffrl-routing-days-2016/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/ffrl-routing-days-2016/download.sh b/configs/conferences/ffrl-routing-days-2016/download.sh index e778bd5..7af01d0 100755 --- a/configs/conferences/ffrl-routing-days-2016/download.sh +++ b/configs/conferences/ffrl-routing-days-2016/download.sh @@ -5,5 +5,5 @@ wget --no-check-certificate -q "https://mlsrv.de/public/routingdays16-schedule/s rm -f /tmp/schedule.xml /tmp/schedule.json # vod json -wget -q "http://live.dus.c3voc.de/relive/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.ber.c3voc.de/releases/relive/ffrl-routing-days-2016/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json |