Fix chown command in README.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 26 Mar 2010 19:11:44 +0000 (20:11 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 26 Mar 2010 19:11:44 +0000 (20:11 +0100)
README

diff --git a/README b/README
index 8f3a1156b1974d62547b4eae926ebbda765174b9..eca1facd235bb5d7b9419b28c051ddb6887ef202 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,6 @@ cp -r conf/dbsettings.py.tmp conf/dbsettings.py
 # And edit dbsettings.py
 
 # Set up permissions on the data dir
-sudo chown -R httpd-evolution-events.nl:evolution-events-nl www-data $SITE_DIR/data/wipi
+sudo chown -R httpd-evolution-events.nl:evolution-events-nl $SITE_DIR/data/wipi
 
 # And setup something to start wipi.fcgi and point lighttpd to it.