From: Felix Fietkau Date: Sun, 15 Oct 2006 21:22:51 +0000 (+0000) Subject: fix typo X-Git-Tag: whiterussian_rc6~83 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0224be6021e1ab48c8cd6c1685aea4c3d5dcf0fd;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix typo SVN-Revision: 5131 --- diff --git a/openwrt/package/base-files/default/etc/rc.common b/openwrt/package/base-files/default/etc/rc.common index c871babe79..7e59892d0a 100755 --- a/openwrt/package/base-files/default/etc/rc.common +++ b/openwrt/package/base-files/default/etc/rc.common @@ -32,7 +32,7 @@ shutdown() { disable() { name="$(basename "${initscript}")" - rm -f "$IPKG_INSTROOT/etc/init.d/S??$name" + rm -f "$IPKG_INSTROOT"/etc/init.d/S??$name } enable() {