modules/freifunk: add missing quote in init script
This commit is contained in:
parent
d2ce28a71e
commit
d70ff10fd6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ boot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
grep -q '/usr/sbin/ff_mapupdate' /etc/crontabs/root || {
|
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
|
[ -f /etc/rc.local ] && . /etc/rc.local
|
||||||
|
|
Loading…
Reference in a new issue