From b68624b5d35ce0ce5dc969338504c8174685d77c Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 7 Mar 2016 10:06:52 -0800 Subject: [PATCH] Update source_installation.rst --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 3a2a6fb7b..0eb3944fa 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -175,7 +175,7 @@ Now download the archive of the latest ownCloud version: where ``/path/to/webserver/document-root`` is replaced by the document root of your Web server:: - cp -r owncloud /var/www/ + cp -r owncloud /var/www On other HTTP servers it is recommended to install ownCloud outside of the document root.