docker-meshviewer-cron/nodePoller.sh
stefan 437e697990
All checks were successful
continuous-integration/drone/push Build is passing
„nodePoller.sh“ ändern
2021-02-13 23:30:16 +00:00

13 lines
392 B
Bash
Executable File

#!/bin/sh
#for i in 4 5 6
#do
# for f in meshviewer #graph nodelist nodes
# do
# mkdir -p /opt/data/tdf$i/
# 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/api/
curl https://ubnt-api.freifunk-rhein-sieg.net/meshviewer.json -o /opt/data/api/meshviewer.json