Skip to content

Commit

Permalink
correct permissions for preseed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Oct 9, 2009
1 parent b3d88ff commit d191d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/recipes/default.rb
Expand Up @@ -27,7 +27,7 @@
directory dirname do
owner "root"
group "root"
mode 0644
mode 0755
action :create
end
end

0 comments on commit d191d51

Please sign in to comment.