From 8aab8dac9da400203a987832894432374754b4ee Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 19 Dec 2013 18:41:07 +0100 Subject: [PATCH] Update update.rst --- 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 a1e7722e5..d6c434bb3 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