remove nvram.sh
[openwrt.git] / package / base-files / default / etc / rc.common
index a08f5e5..6066afb 100755 (executable)
@@ -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() {
This page took 0.02304 seconds and 4 git commands to generate.