mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
fix typo
SVN-Revision: 5131
This commit is contained in:
parent
8612d33691
commit
233fbc4726
@ -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 New Issue
Block a user