From 70ded13045e6b882859eeb0acb928eb8cacefd28 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 2 Jan 2009 21:33:10 +0000 Subject: Use luci.fs.access instead of luci.fs.isfile where applicable --- applications/luci-olsr/luasrc/controller/olsr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-olsr/luasrc/controller') diff --git a/applications/luci-olsr/luasrc/controller/olsr.lua b/applications/luci-olsr/luasrc/controller/olsr.lua index 766107ee9a..652f6b9d2c 100644 --- a/applications/luci-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-olsr/luasrc/controller/olsr.lua @@ -1,7 +1,7 @@ module("luci.controller.olsr", package.seeall) function index() - if not luci.fs.isfile("/etc/config/olsrd") then + if not luci.fs.access("/etc/config/olsrd") then return end -- cgit v1.2.3