mirror of
https://github.com/openwrt/luci.git
synced 2026-09-02 16:41:53 +04:00
modules/freifunk: add missing quote in init script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user