From: Steven Barth Date: Sat, 7 Jun 2008 06:49:38 +0000 (+0000) Subject: * Fixed last commit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=92fc9cd62f680a36c02be7a9c1364cc215c7d10e;p=openwrt-luci.git * Fixed last commit --- diff --git a/libs/web/luasrc/template.lua b/libs/web/luasrc/template.lua index ce54d17f31..a24c7ed582 100644 --- a/libs/web/luasrc/template.lua +++ b/libs/web/luasrc/template.lua @@ -159,6 +159,7 @@ function Template.__init__(self, name) if not luci.fs.mtime(compiledir) then luci.fs.mkdir(compiledir, true) + luci.fs.chmod(luci.fs.dirname(compiledir), "a+rxw") end -- Build if there is no compiled file or if compiled file is outdated