mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-01-27 18:19:53 +00:00
fix typo
SVN-Revision: 5131
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user