modules/freifunk: add missing quote in init script
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index 3a668b1..8b280cd 100755 (executable)
@@ -24,7 +24,7 @@ boot() {
        }
 
        grep -q '/usr/sbin/ff_mapupdate' /etc/crontabs/root || {
-               echo "17 * * * *        /usr/sbin/ff_mapupdate >> /etc/crontabs/root
+               echo "17 * * * *        /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
        }
 
        [ -f /etc/rc.local ] && . /etc/rc.local