git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e648e1a
)
applications/luci-splash: fix typo in init script
author
Jo-Philipp Wich
<redacted>
Tue, 9 Jun 2009 12:41:36 +0000
(12:41 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 9 Jun 2009 12:41:36 +0000
(12:41 +0000)
applications/luci-splash/root/etc/init.d/luci_splash
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/etc/init.d/luci_splash
b/applications/luci-splash/root/etc/init.d/luci_splash
index d9ef21c217406b01768abf464a67cd3bb4c84762..f05668f62bb70b1a118522a5bf3d390737b0b131 100755
(executable)
--- 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_
I
P" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && {
+ [ "$LIMIT_
U
P" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && {
silent insmod cls_fw
silent insmod cls_route
silent insmod cls_rsvp
git clone https://git.99rst.org/PROJECT