diff options
author | Steven Barth <steven@midlink.org> | 2008-04-26 21:59:45 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-26 21:59:45 +0000 |
commit | f917c0bb6445794cc94ff895f430db84a9e77ea2 (patch) | |
tree | 13b7dd12319d7e85672c539b4ce40d47df443d15 /contrib | |
parent | f801df7d4d44d8b85ae17fa5d191b96602c1fa9a (diff) |
* Minor bugfixes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci-splash/src/luci_splash.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci-splash/src/luci_splash.init b/contrib/package/luci-splash/src/luci_splash.init index 150f846f2..10d6411d1 100644 --- a/contrib/package/luci-splash/src/luci_splash.init +++ b/contrib/package/luci-splash/src/luci_splash.init @@ -61,7 +61,7 @@ start() { iptables -t nat -A luci_splash_leases -j DROP ### Start the splash httpd - httpd -c /etc/luci_splash_httpd.conf -p 8082 -h /usr/lib/luci_splash/htdocs + httpd -c /etc/luci_splash_httpd.conf -p 8082 -h /usr/lib/luci-splash/htdocs ### Sync leases /usr/lib/luci-splash/sync.lua |