From 5358d1e705ec54890f37ac5ecfe4975438a08b6c Mon Sep 17 00:00:00 2001 From: stebifan Date: Fri, 8 Feb 2019 20:40:03 +0100 Subject: [PATCH] Update crontab --- crontab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crontab b/crontab index f395177..7ebe49e 100644 --- a/crontab +++ b/crontab @@ -10,7 +10,7 @@ * * * * * wget http://6.fftdf.de/meshviewer.json -O /opt/data/tdf6/meshviewer.json * * * * * wget http://6.fftdf.de/nodelist.json -O /opt/data/tdf6/nodelist.json * * * * * wget http://6.fftdf.de/nodes.json -O /opt/data/tdf6/nodes.json -* * * * * wget http://7.fftdf.de/graph.json -O /opt/data/tdf7/graph.json -* * * * * wget http://7.fftdf.de/meshviewer.json -O /opt/data/tdf7/meshviewer.json -* * * * * wget http://7.fftdf.de/nodelist.json -O /opt/data/tdf7/nodelist.json -* * * * * wget http://7.fftdf.de/nodes.json -O /opt/data/tdf7/nodes.json +* * * * * wget http://7.fftdf.de:8080/graph.json -O /opt/data/tdf7/graph.json +* * * * * wget http://7.fftdf.de:8080/meshviewer.json -O /opt/data/tdf7/meshviewer.json +* * * * * wget http://7.fftdf.de:8080/nodelist.json -O /opt/data/tdf7/nodelist.json +* * * * * wget http://7.fftdf.de:8080/nodes.json -O /opt/data/tdf7/nodes.json