Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0c9ead

Browse files
committed
documentation: set permission methods provided by the file-permissions plugin are acl, chmod and chgrp, not chown
1 parent 56473a5 commit f0c9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set :file_permissions_paths, [fetch(:log_path), fetch(:cache_path)]
6363
# Name used by the Web Server (i.e. www-data for Apache)
6464
set :webserver_user, "www-data"
6565

66-
# Method used to set permissions (:chmod, :acl, or :chown)
66+
# Method used to set permissions (:chmod, :acl, or :chgrp)
6767
set :permission_method, false
6868

6969
# Execute set permissions

0 commit comments

Comments
 (0)