summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-09 12:41:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-09 12:41:36 +0000
commit97eb513e0ea724b5bde3ffa2bd17c581796ac05a (patch)
treee68bc623a794f75538bd60d5884fd0941e648e8c /applications
parente648e1a45fcf3fee161152b1691c1c65710c6bed (diff)
applications/luci-splash: fix typo in init script
Diffstat (limited to 'applications')
-rwxr-xr-xapplications/luci-splash/root/etc/init.d/luci_splash2
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 d9ef21c21..f05668f62 100755
--- a/applications/luci-splash/root/etc/init.d/luci_splash
+++ b/applications/luci-splash/root/etc/init.d/luci_splash
@@ -178,7 +178,7 @@ start() {
LIMIT_DOWN_BURST="${LIMIT_DOWN_BURST:-$(($LIMIT_DOWN * 2))}"
### Load required modules
- [ "$LIMIT_IP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && {
+ [ "$LIMIT_UP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && {
silent insmod cls_fw
silent insmod cls_route
silent insmod cls_rsvp