Skip to content

Commit

Permalink
* Fixed last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyx committed Jun 7, 2008
1 parent f8925ee commit 92fc9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/web/luasrc/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92fc9cd

Please sign in to comment.