modules/freifunk: add missing quote in init script
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 25 May 2009 12:12:47 +0000 (12:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 25 May 2009 12:12:47 +0000 (12:12 +0000)
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