luci-app-olsr-services: switch to nixio.fs
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
7298099b02
commit
bca0643eda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue