From d10c403449d9c8611c2443fcc041478cb1f2e5f7 Mon Sep 17 00:00:00 2001 From: stebifan Date: Wed, 18 Apr 2018 00:44:52 +0200 Subject: [PATCH] add cron --- crontab | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crontab b/crontab index 3b85699..d798b23 100644 --- a/crontab +++ b/crontab @@ -2,3 +2,11 @@ * * * * * wget http://4.fftdf.de/meshviewer.json -O /opt/data/tdf4/meshviewer.json * * * * * wget http://4.fftdf.de/nodelist.json -O /opt/data/tdf4/nodelist.json * * * * * wget http://4.fftdf.de/nodes.json -O /opt/data/tdf4/nodes.json +* * * * * wget http://5.fftdf.de/graph.json -O /opt/data/tdf5/graph.json +* * * * * wget http://5.fftdf.de/meshviewer.json -O /opt/data/tdf5/meshviewer.json +* * * * * wget http://5.fftdf.de/nodelist.json -O /opt/data/tdf5/nodelist.json +* * * * * wget http://5.fftdf.de/nodes.json -O /opt/data/tdf5/nodes.json +* * * * * wget http://6.fftdf.de/graph.json -O /opt/data/tdf6/graph.json +* * * * * 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