From 2ca92bb516d43f336c46e0286333b31223ac75d8 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 12 Dec 2013 14:45:19 +0100 Subject: [PATCH] Update update.rst The previous command did not work in my CentOS 6.4 server. The new one works like a charm and also in Debian Sid --- admin_manual/maintenance/update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 78e1c7b81..9be291ca3 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -39,7 +39,7 @@ To upgrade ownCloud, follow those steps: #. Delete everything from your ownCloud installation directory, except data and config. Assuming that it's your working directory, you could execute this command: - ls | grep -v '\(data\)\|\(config\)' | xargs rm -r + ls | grep -v 'data\\|config' | xargs rm -r #. 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