modules/freifunk: fix syntax error in freifunk init
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index 79bcbc7..40fa508 100755 (executable)
@@ -18,7 +18,7 @@ boot() {
        }
 
        grep -q '/usr/sbin/ff_rdate' /etc/crontabs/root || {
-               echo "0 */4 * * *       /usr/sbin/ff_rdate >> /etc/crontabs/root
+               echo "0 */4 * * *       /usr/sbin/ff_rdate" >> /etc/crontabs/root
        }
 
        [ -f /etc/rc.local ] && . /etc/rc.local