[Pkg-owncloud-commits] [owncloud-doc] 50/110: Make consistent mode settings syntax

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 a04c77b678efb5a75022c0b82ed216c9122a8ea4
Author: Carla Schroder <carla at owncloud.com>
Date:   Fri Jan 2 11:11:44 2015 -0800

    Make consistent mode settings syntax
---
 admin_manual/installation/source_installation.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index a8f0d64..1ea7450 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -193,13 +193,13 @@ as possible. These commands should be executed immediately after the initial ins
     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
+    chmod 0750 /path/to/owncloud/config/config.php
     chown -R <http-user>:<http-user> /path/to/owncloud/data/
     chmod -R 750 /path/to/owncloud/data
     chown root:root /path/to/owncloud/data/.htaccess
-    chmod 755 /path/to/owncloud/data/.htaccess
+    chmod 0755 /path/to/owncloud/data/.htaccess
     chown <http-user>:<http-user> /path/to/owncloud/apps/
-    chmod 750 /path/to/owncloud/apps/
+    chmod 0750 /path/to/owncloud/apps/
     
 These strict permissions will prevent the Updater app from working (see :doc:`../maintenance/update`). If you use the Updater app, it needs your whole
 ownCloud directory to be owned by the HTTP user, like these examples:

-- 
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