diff options
Diffstat (limited to 'applications/luci-splash/root')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index d1f7c2b99..360773218 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -185,7 +185,7 @@ uci batch <<EOF set uhttpd.splash.listen_http="8082" set uhttpd.splash.index_page="splash.sh" set uhttpd.splash.error_page="/splash.sh" - + set uhttpd.splash.http_keepalive='0' commit uhttpd EOF } |