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