diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-17 22:59:08 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-17 22:59:08 +0000 |
commit | 5da3e251c074b0c88e08bb0000518f6febee4744 (patch) | |
tree | 39a23e2dcfd07645ac8726d0458e856d9e9ad53c /applications/luci-splash/ipkg/postinst | |
parent | b05459541234cf4902a57dea0865185210140ad5 (diff) |
Freifunk: Make the splash page editable
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 } |