diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-25 12:12:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-25 12:12:47 +0000 |
commit | d70ff10fd6b7606e3c6b76ea3f407a4391cec9ab (patch) | |
tree | a06d6f80f050c7e2e28f54a8eef212c3f23fac42 | |
parent | d2ce28a71edaafc540d12c9ccc648e4442fc82c2 (diff) |
modules/freifunk: add missing quote in init script
-rwxr-xr-x | modules/freifunk/root/etc/init.d/freifunk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index 3a668b11f..8b280cd51 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -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 |