diff options
author | MaZderMind | 2016-01-30 23:08:35 +0100 |
---|---|---|
committer | MaZderMind | 2016-01-30 23:08:35 +0100 |
commit | 1b4b3526d83316406c896dccfc93b6c5c4c27827 (patch) | |
tree | 3ee1d6097079d1c3b5a6c849783c4bc3e226c1e6 /configs | |
parent | 0fa82471bff7703252964af27c81265b18421a6c (diff) |
relive lives on live.ber
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 |