applications/luci-splash: fix typo in init script
This commit is contained in:
parent
e648e1a45f
commit
97eb513e0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue