diff options
author | Steffen Möller <steffen_moeller@gmx.de> | 2014-06-21 20:18:41 +0200 |
---|---|---|
committer | Steffen Möller <steffen_moeller@gmx.de> | 2014-06-21 20:18:41 +0200 |
commit | a53715b554f485e8bd9c9181fed4ce5e9ab837a0 (patch) | |
tree | 7f9824e930e368ddc9d2e40fe1a99ba05621dda4 | |
parent | 6664c0d53e905c10bd156d23e151ea1889c7f55d (diff) |
Syntax
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ffmap-backend - Data for Freifunk Map +# Data for Freifunk Map, Graph and Node List ffmap-backend gathers information on the batman network by invoking batctl @@ -48,4 +48,6 @@ the script. If those are not available, an error will occurr if not executed as the tool realpath optionally allows to execute the script from anywhere in the directory tree. For the script's regular execution add the following to the crontab: +<pre> */5 * * * * /home/ffmap/ffmap-backend/mkmap.sh /home/ffmap/www +</pre> |