From cd1fa7c070eb3e700c4978c5c71cabcf1b693f6e Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Tue, 18 Oct 2011 18:59:58 +0000 Subject: [PATCH] modules/freifunk: Fix small error --- modules/freifunk/luasrc/view/freifunk/public_status.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/freifunk/luasrc/view/freifunk/public_status.htm b/modules/freifunk/luasrc/view/freifunk/public_status.htm index 0203f2ae86..38460bad79 100644 --- 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 -- 2.30.2