Skip to content

Commit

Permalink
* remove others permission - fix @henning probably did to temporarily…
Browse files Browse the repository at this point in the history
… fix the problem
  • Loading branch information
dudemeister committed Jul 6, 2012
1 parent d807ca6 commit 9dcd404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache2.rb
Expand Up @@ -194,7 +194,7 @@ def disable_mod(mod)
!sudo('cat /etc/apache2/envvars').split("\n").grep(/protonet-webdav-umask/).empty?
}
meet {
umask = "umask u=rwx,g=rwx,o=r"
umask = "umask u=rwx,g=rwx,o="
append_to_file_with_section umask, "/etc/apache2/envvars", 'protonet-webdav-umask', {:sudo => true}
}
end
Expand Down

0 comments on commit 9dcd404

Please sign in to comment.