From 0224be6021e1ab48c8cd6c1685aea4c3d5dcf0fd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 15 Oct 2006 21:22:51 +0000 Subject: [PATCH] fix typo SVN-Revision: 5131 --- openwrt/package/base-files/default/etc/rc.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.30.2