From 15bd072ca1d969278032c849a93deb02b6216a8d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 2 Mar 2016 09:05:08 +0545 Subject: [PATCH] Minor format and grammar update.rst --- admin_manual/maintenance/update.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 4d6df4e8f..0dfe18690 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -33,10 +33,10 @@ directory. The Updater app performs these operations: * Creates an ``updater_backup`` directory under your ownCloud data directory -* Download and extracts updated package content into the +* Downloads and extracts updated package content into the ``updater_backup/packageVersion`` directory * Makes a copy of your current ownCloud instance, except for your data - directory, to ``updater_backup/currentVersion-randomstring`` + directory, to ``updater_backup/currentVersion-randomstring`` * Moves all directories except ``data``, ``config`` and ``themes`` from the current instance to ``updater_backup/tmp`` * Moves all directories from ``updater_backup/packageVersion`` to the current @@ -77,7 +77,7 @@ steps: :alt: ownCloud upgrade wizard screen. .. note:: If you have a large ownCloud installation and have shell access, - should use the ``occ upgrade`` command, running it as your HTTP user, + you should use the ``occ upgrade`` command, running it as your HTTP user, instead of clicking the Start Update button, in order to avoid PHP timeouts.