[Pkg-owncloud-commits] [owncloud-doc] 53/110: Add mode and ownership settings for config/

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 82e1d798c7042c081d579b6b2ffec93ec3c1b408
Author: Carla Schroder <carla at owncloud.com>
Date:   Mon Jan 5 09:17:52 2015 -0800

    Add mode and ownership settings for config/
---
 admin_manual/maintenance/update.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index c78bebc..2412e5c 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -120,6 +120,8 @@ as possible. These commands should be executed immediately after the initial ins
   
     chown -R root:root /path/to/owncloud/
     chmod -R 755 /path/to/owncloud/
+    chown <http-user>:<http-user> /path/to/owncloud/config/
+    chmod 0750 /path/to/owncloud/config/
     chown <http-user>:<http-user> /path/to/owncloud/config/config.php
     chmod 750 /path/to/owncloud/config/config.php
     chown -R <http-user>:<http-user> /path/to/owncloud/data/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list