From bca0643edacb00285914b8b1c999011c4616a9ac Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Jan 2015 15:04:04 +0100 Subject: [PATCH] luci-app-olsr-services: switch to nixio.fs Signed-off-by: Jo-Philipp Wich --- .../luci-app-olsr-services/luasrc/view/freifunk-services/services.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm index fbb39de88..b1d9418fa 100644 --- a/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm +++ b/applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm @@ -12,7 +12,7 @@ You may obtain a copy of the License at -%> <% -local fs = require "luci.fs" +local fs = require "nixio.fs" local utl = require "luci.util" local last_update local i = 1 -- 2.11.0