[packages] freecwmp: fix typo in init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35669 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7f7f575dfe
commit
37b9513e22
@ -4,9 +4,9 @@
|
|||||||
START=90
|
START=90
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
service_start freecwmpd
|
service_start /usr/sbin/freecwmpd
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
service_stop freecwmpd
|
service_stop /usr/sbin/freecwmpd
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user