summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd_idle
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-02 21:33:10 +0000
committerSteven Barth <steven@midlink.org>2009-01-02 21:33:10 +0000
commit70ded13045e6b882859eeb0acb928eb8cacefd28 (patch)
treef1aaeaa1da2349686e7d297bd061455df4d21f81 /applications/luci-hd_idle
parent748bbc8acb42065886d23dc7d95afa218dc42445 (diff)
Use luci.fs.access instead of luci.fs.isfile where applicable
Diffstat (limited to 'applications/luci-hd_idle')
-rw-r--r--applications/luci-hd_idle/luasrc/controller/hd_idle.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-hd_idle/luasrc/controller/hd_idle.lua b/applications/luci-hd_idle/luasrc/controller/hd_idle.lua
index 45d102cc1..5dfbe16ea 100644
--- a/applications/luci-hd_idle/luasrc/controller/hd_idle.lua
+++ b/applications/luci-hd_idle/luasrc/controller/hd_idle.lua
@@ -18,7 +18,7 @@ module("luci.controller.hd_idle", package.seeall)
function index()
require("luci.i18n")
luci.i18n.loadc("hd_idle")
- if not luci.fs.isfile("/etc/config/hd-idle") then
+ if not luci.fs.access("/etc/config/hd-idle") then
return
end