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:
933210b
)
luci-0.8: Merge r4461
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 1 May 2009 14:10:00 +0000
(14:10 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 1 May 2009 14:10:00 +0000
(14:10 +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 79bcbc7ba9e43cccade0953d39f35b71f39540da..40fa50853628acbb517246096e6b286175ea1d80 100755
(executable)
--- a/
modules/freifunk/root/etc/init.d/freifunk
+++ b/
modules/freifunk/root/etc/init.d/freifunk
@@
-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