* Fixed last commit

This commit is contained in:
Steven Barth 2008-06-01 17:25:07 +00:00
parent c73afe8b25
commit 633692fc68

View file

@ -30,7 +30,7 @@ require("luci.fs")
-- Dirty OpenWRT fix
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
-- Local dispatch database