[Pkg-owncloud-commits] [owncloud-doc] 47/80: remove find statement, this will delete you data and config folder, issue #295

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 02:54:52 UTC 2014


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

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

commit ba00d5d924b48e54db3ce1fdba6045efd1f8f706
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Mon Mar 10 18:03:00 2014 +0100

    remove find statement, this will delete you data and config folder, issue #295
---
 admin_manual/maintenance/update.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index 775cf54..a00d349 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -37,9 +37,7 @@ To upgrade ownCloud, follow those steps:
 
 #. Deactivate all third party applications.
 #. Delete everything from your ownCloud installation directory, except data and
-   config. Assuming that it's your working directory, you could execute this command::
-    
-    find . -mindepth 1 -maxdepth 1 ! -path data ! -path config -exec rm -rf {} \;
+   config.
 
 #. Unpack the release tarball in the ownCloud directory (or copy the
    files thereto). Assuming that your installation directory is called 'owncloud' and that it's inside your working

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