convert luci.fs users to nixio.fs api
[project/luci.git] / applications / luci-initmgr / luasrc / controller / init.lua
index fbbc727..c7ef43f 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 module("luci.controller.init", package.seeall)
 
 function index()
-       if not luci.fs.access("/etc/rc.common") then
+       if not nixio.fs.access("/etc/rc.common") then
                return
        end