* Fixed last commit

This commit is contained in:
Steven Barth 2008-06-07 06:49:38 +00:00
parent f8925eefa3
commit 92fc9cd62f

View file

@ -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