applications/luci-splash: fix typo in init script
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Jun 2009 12:41:36 +0000 (12:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Jun 2009 12:41:36 +0000 (12:41 +0000)
applications/luci-splash/root/etc/init.d/luci_splash

index d9ef21c..f05668f 100755 (executable)
@@ -178,7 +178,7 @@ start() {
        LIMIT_DOWN_BURST="${LIMIT_DOWN_BURST:-$(($LIMIT_DOWN * 2))}"
 
        ### Load required modules
        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
                silent insmod cls_fw
                silent insmod cls_route
                silent insmod cls_rsvp