[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:
luka 2013-02-18 16:24:49 +00:00
parent 7f7f575dfe
commit 37b9513e22

View File

@ -4,9 +4,9 @@
START=90
start() {
service_start freecwmpd
service_start /usr/sbin/freecwmpd
}
stop() {
service_stop freecwmpd
service_stop /usr/sbin/freecwmpd
}