mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
base-files: fix bad start index in previous commit
SVN-Revision: 36130
This commit is contained in:
parent
acca7eadc4
commit
7aace3ee3e
@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
START=0
|
||||
START=00
|
||||
start() {
|
||||
[ -f /etc/sysctl.conf ] && sysctl -p -e >&-
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user