projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73afe8
)
* Fixed last commit
author
Steven Barth
<steven@midlink.org>
Sun, 1 Jun 2008 17:25:07 +0000
(17:25 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 1 Jun 2008 17:25:07 +0000
(17:25 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index ce3de32326e020ef5c6df292f3518678e4fed94e..c867579d2efac9cd221013123b37f4674a4fddd1 100644
(file)
--- a/
libs/web/luasrc/dispatcher.lua
+++ b/
libs/web/luasrc/dispatcher.lua
@@
-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