summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/ipkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/package/olsrd-luci/ipkg/postinst')
-rwxr-xr-xcontrib/package/olsrd-luci/ipkg/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/olsrd-luci/ipkg/postinst b/contrib/package/olsrd-luci/ipkg/postinst
index 288d7e40d..cd38fcfaf 100755
--- a/contrib/package/olsrd-luci/ipkg/postinst
+++ b/contrib/package/olsrd-luci/ipkg/postinst
@@ -2,4 +2,6 @@
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/olsrd enable
+
+ exit 0
}