modules/freifunk: add missing quote in init script

This commit is contained in:
Jo-Philipp Wich 2009-05-25 12:12:47 +00:00
parent d2ce28a71e
commit d70ff10fd6

View file

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