Skip to content

Commit

Permalink
remove owner.group from chmod command
Browse files Browse the repository at this point in the history
I don't think you can change ownership with chmod. :)
  • Loading branch information
herlo committed Jan 3, 2015
1 parent 2e5b2a0 commit c3399c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now make a directory under your web root to clone the Git repository:
# git clone https://github.com/atoponce/d-note.git /var/www/dnote
# mkdir /var/www/dnote/data/
# chown root.www-data /var/www/dnote/data
# chmod g+w,o= root.www-data /var/www/dnote/data
# chmod g+w,o= /var/www/dnote/data

Configuration
-------------
Expand Down

0 comments on commit c3399c0

Please sign in to comment.