modules/freifunk: fix syntax error in freifunk init
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 1 May 2009 14:09:21 +0000 (14:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 1 May 2009 14:09:21 +0000 (14:09 +0000)
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