modules/freifunk: Remove old ff_mapupdate script
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index ed1364e..5ffec43 100755 (executable)
@@ -19,10 +19,6 @@ boot() {
                echo "0 */4 * * *       /usr/sbin/ff_rdate" >> /etc/crontabs/root
        }
 
-       grep -q '/usr/sbin/ff_mapupdate' /etc/crontabs/root || {
-               echo "17 * * * *        /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
-       }
-
        [ -d /etc/rc.local.d ] && {
                for file in /etc/rc.local.d/*; do
                        test -f "$file" && . "$file"