From: Felix Fietkau Date: Sun, 15 Oct 2006 21:22:51 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=233fbc4726a1bed4d98bc9057ee5cdb3bf6fada2;p=librecmc%2Flibrecmc.git fix typo SVN-Revision: 5131 --- diff --git a/package/base-files/default/etc/rc.common b/package/base-files/default/etc/rc.common index a08f5e523c..6066afbd55 100755 --- a/package/base-files/default/etc/rc.common +++ b/package/base-files/default/etc/rc.common @@ -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() {