From: Jo-Philipp Wich Date: Thu, 15 Jan 2015 14:04:04 +0000 (+0100) Subject: luci-app-olsr-services: switch to nixio.fs X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bca0643edacb00285914b8b1c999011c4616a9ac;p=oweals%2Fluci.git luci-app-olsr-services: switch to nixio.fs Signed-off-by: Jo-Philipp Wich --- 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