mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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…
Add table
Reference in a new issue