diff options
Diffstat (limited to 'applications/luci-splash/ipkg/postinst')
-rwxr-xr-x | applications/luci-splash/ipkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index a87729e43..b35f1636e 100755 --- a/applications/luci-splash/ipkg/postinst +++ b/applications/luci-splash/ipkg/postinst @@ -2,5 +2,6 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable + uci set luci.flash_keep.splashtext="/usr/lib/luci-splash/splashtext.html";uci commit exit 0 } |