Skip to content

Commit

Permalink
Create a public dir when running integrity install so Passenger wor…
Browse files Browse the repository at this point in the history
…ks out of the box with integrity
  • Loading branch information
foca committed Jan 19, 2009
1 parent 7c5c359 commit a982080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/integrity/installer.rb
Expand Up @@ -51,6 +51,7 @@ def create_dir_structure
mkdir_p root
mkdir_p root / "builds"
mkdir_p root / "log"
mkdir_p root / "public" # this one is to play nice with Passenger
end

def copy_template_files
Expand Down

0 comments on commit a982080

Please sign in to comment.