From 647b5fd1c614966d4709efe74fccdabdcb50e08d Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 19 Jul 2020 21:18:59 +0000 Subject: [PATCH] Add example Rifu File --- nodePoller.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 nodePoller.sh diff --git a/nodePoller.sh b/nodePoller.sh old mode 100755 new mode 100644 index 2367826..87bc425 --- a/nodePoller.sh +++ b/nodePoller.sh @@ -8,3 +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