summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-mmc-over-gpio
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-mmc-over-gpio')
-rw-r--r--applications/luci-mmc-over-gpio/ipkg/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-mmc-over-gpio/ipkg/postinst b/applications/luci-mmc-over-gpio/ipkg/postinst
index d88cfb963..8921c30ea 100644
--- a/applications/luci-mmc-over-gpio/ipkg/postinst
+++ b/applications/luci-mmc-over-gpio/ipkg/postinst
@@ -2,4 +2,5 @@
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
/etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable
+ exit 0
}