summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/root/etc/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freifunk/root/etc/init.d')
-rwxr-xr-xmodules/freifunk/root/etc/init.d/freifunk2
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 79bcbc7ba9..40fa508536 100755
--- 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