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:
004e89c
)
modules/freifunk: Fix small error
author
Manuel Munz
<redacted>
Tue, 18 Oct 2011 18:59:58 +0000
(18:59 +0000)
committer
Manuel Munz
<redacted>
Tue, 18 Oct 2011 18:59:58 +0000
(18:59 +0000)
modules/freifunk/luasrc/view/freifunk/public_status.htm
patch
|
blob
|
history
diff --git
a/modules/freifunk/luasrc/view/freifunk/public_status.htm
b/modules/freifunk/luasrc/view/freifunk/public_status.htm
index 0203f2ae86bdfd03bfee35ed9dddd9277a5278c6..38460bad79225e1d895f1d210819a414c58a33e3 100644
(file)
--- a/
modules/freifunk/luasrc/view/freifunk/public_status.htm
+++ b/
modules/freifunk/luasrc/view/freifunk/public_status.htm
@@
-56,7
+56,7
@@
else
local dr4 = sys.exec("ip r s t olsr-default")
if dr4 then
defroutev4 = { }
- defroutev4.dest, defroutev4.gateway, defroutev4.device, defroutev4.metric = dr4:match("^(%w+) via (%d+.%d+.%d+.%d+) dev (%w+) +metric (%d+)
$
+ defroutev4.dest, defroutev4.gateway, defroutev4.device, defroutev4.metric = dr4:match("^(%w+) via (%d+.%d+.%d+.%d+) dev (%w+) +metric (%d+)
")
end
end
git clone https://git.99rst.org/PROJECT