From a4fdc26484f4e6ba90a9ed10cf15c3d9a0d32e4e Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 29 Dec 2020 17:19:21 +0000 Subject: [PATCH] Added RiFu File Download --- nodePoller.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodePoller.sh b/nodePoller.sh index a4b8ab2..87bc425 100755 --- a/nodePoller.sh +++ b/nodePoller.sh @@ -8,5 +8,5 @@ do curl http://$i.fftdf.de/$f.json -o /opt/data/tdf$i/$f.json || sed -i -e 's/"is_online":true/"is_online":false/g' /opt/data/tdf$i/$f.json done done -#mkdir -p /opt/data/rifu/ -#curl https://git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/ubnt-freifunk-map-api/raw/branch/master/example.json -o /opt/data/rifu/meshviewer.json +mkdir -p /opt/data/rifu/ +curl https://git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/ubnt-freifunk-map-api/raw/branch/master/example.json -o /opt/data/rifu/meshviewer.json