From c3399c03d5d9d1e230b6dcb63673bac04827b7d1 Mon Sep 17 00:00:00 2001 From: Clint Savage Date: Sat, 3 Jan 2015 12:14:22 -0700 Subject: [PATCH] remove owner.group from chmod command I don't think you can change ownership with chmod. :) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index bfd62a3..9085b44 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 -------------