blob: b35f1636e24ad9240a71ea91d445502e45d1fea4 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
[ -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
}
|