luci-app-splash: switch to nixio.fs
[project/luci.git] / applications / luci-app-splash / root / usr / sbin / luci-splash
index 6b1e41e..0f8bdc2 100755 (executable)
@@ -10,7 +10,7 @@ require("luci.sys.iptparser")
 local uci = luci.model.uci.cursor_state()
 local ipt = luci.sys.iptparser.IptParser()
 local net = sys.net
-local fs = require "luci.fs"
+local fs = require "nixio.fs"
 local ip = require "luci.ip"
 
 local debug = false