luci-0.9: merge r5528
This commit is contained in:
parent
7e68834bf4
commit
4fa5b90a4d
2 changed files with 0 additions and 3 deletions
|
@ -27,7 +27,6 @@ boot() {
|
|||
echo "17 * * * * /usr/sbin/ff_mapupdate" >> /etc/crontabs/root
|
||||
}
|
||||
|
||||
[ -f /etc/rc.local ] && . /etc/rc.local
|
||||
[ -d /etc/rc.local.d ] && {
|
||||
for file in /etc/rc.local.d/*; do
|
||||
test -f "$file" && . "$file"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# /etc/rc.local
|
||||
# Only executed on boot, put your custom startup commands here
|
Loading…
Reference in a new issue