fix typo
SVN-Revision: 5131
This commit is contained in:
parent
8612d33691
commit
233fbc4726
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ shutdown() {
|
|||
|
||||
disable() {
|
||||
name="$(basename "${initscript}")"
|
||||
rm -f "$IPKG_INSTROOT/etc/rc.d/S??$name"
|
||||
rm -f "$IPKG_INSTROOT"/etc/rc.d/S??$name
|
||||
}
|
||||
|
||||
enable() {
|
||||
|
|
Loading…
Reference in a new issue