modules/freifunk: fix syntax error in freifunk init

This commit is contained in:
Jo-Philipp Wich 2009-05-01 14:09:21 +00:00
parent c2dff916a6
commit b3ea7cd0ed

View file

@ -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