Freifunk: Make the splash page editable
[project/luci.git] / applications / luci-splash / ipkg / postinst
index a87729e..b35f163 100755 (executable)
@@ -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
 }