projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ce28a
)
modules/freifunk: add missing quote in init script
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 25 May 2009 12:12:47 +0000
(12:12 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 25 May 2009 12:12:47 +0000
(12:12 +0000)
modules/freifunk/root/etc/init.d/freifunk
patch
|
blob
|
history
diff --git
a/modules/freifunk/root/etc/init.d/freifunk
b/modules/freifunk/root/etc/init.d/freifunk
index 3a668b11f5dc9f931838ca2a7bb6616753edc97c..8b280cd51f0d7bf1c3ed03ee32665524deec6b94 100755
(executable)
--- 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