From: Steven Barth Date: Sat, 7 Jun 2008 06:49:38 +0000 (+0000) Subject: * Fixed last commit X-Git-Tag: 0.8.0~864 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92fc9cd62f680a36c02be7a9c1364cc215c7d10e;p=oweals%2Fluci.git * Fixed last commit --- diff --git a/libs/web/luasrc/template.lua b/libs/web/luasrc/template.lua index ce54d17f3..a24c7ed58 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