* Fixed last commit
This commit is contained in:
parent
c73afe8b25
commit
633692fc68
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ require("luci.fs")
|
||||||
|
|
||||||
-- Dirty OpenWRT fix
|
-- Dirty OpenWRT fix
|
||||||
if (os.time() < luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua")) then
|
if (os.time() < luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua")) then
|
||||||
os.execute('date -s '..os.date('%m%d%H%M%Y', luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua")))
|
os.execute('date -s '..os.date('%m%d%H%M%Y', luci.fs.mtime(luci.sys.libpath() .. "/dispatcher.lua"))..' > /dev/null 2>&1')
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Local dispatch database
|
-- Local dispatch database
|
||||||
|
|
Loading…
Reference in a new issue