diff options
author | Steven Barth <steven@midlink.org> | 2008-06-01 17:25:07 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-01 17:25:07 +0000 |
commit | 633692fc6891309609f1e9be810ff4d0409870b8 (patch) | |
tree | c58ae41815a922b7bb32364a13c1def1210333aa /libs | |
parent | c73afe8b25378af675081dd76d0ecf5903586139 (diff) |
* Fixed last commit
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index ce3de3232..c867579d2 100644 --- 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 |