mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:02:26 +02:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5eca1169a0
commit
8864f5ea2f
@ -32,7 +32,7 @@ shutdown() {
|
|||||||
|
|
||||||
disable() {
|
disable() {
|
||||||
name="$(basename "${initscript}")"
|
name="$(basename "${initscript}")"
|
||||||
rm -f "$IPKG_INSTROOT/etc/rc.d/S??$name"
|
rm -f "$IPKG_INSTROOT"/etc/rc.d/S??$name
|
||||||
}
|
}
|
||||||
|
|
||||||
enable() {
|
enable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user