[Pkg-owncloud-commits] [owncloud-doc] 55/95: remove find statement, this will delete you data and config folder, issue #295
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:41:42 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 e413cf85b8dc48c90d1c864b2611a082b22ca6c9
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 a51e84b..ebf0901 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