From a6c4d89b6a63d4bd8a98094db48cac4ada83f0d0 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 23 Mar 2015 07:42:15 -0700 Subject: [PATCH] small fixes to updater app doc --- admin_manual/maintenance/update.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 61898111e..84c8d8266 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -82,9 +82,9 @@ steps: instead of clicking the Start Update button, in order to avoid PHP timeouts. The ``occ`` command does not download ownCloud updates. You must first download and install the updated code, and then ``occ`` - performs the final upgrade steps. This example is for Ubuntu Linux: + performs the final upgrade steps. This example is for Ubuntu Linux:: - $ sudo -u www-data php occ upgrade + $ sudo -u www-data php occ upgrade See :doc:`../configuration_server/occ_command` to learn more about using the ``occ`` command. @@ -108,10 +108,11 @@ If the Updater app fails, then you must update manually. (See :doc:`upgrade`.) Can't Login Without Updating ---------------------------- -If you can't login to your ownCloud installation without performing an update first, this means -that updated ownCloud files have already been downloaded to your server, most likely via -your Linux package manager during a routine system update. So you only need to click the Start -Update button, or run the ``occ`` command to complete the update. +If you can't login to your ownCloud installation without performing an update +first, this means that updated ownCloud files have already been downloaded to +your server, most likely via your Linux package manager during a routine system +update. So you only need to click the Start Update button, or run the ``occ`` +command to complete the update. .. _setting_strong_permissions: @@ -147,4 +148,4 @@ user is:: chown -R wwwrun:www /path/to/owncloud/ -After the Updater app has run, you should re-apply the strict permissions. +After the Updater app has run, you should re-apply the strict permissions. \ No newline at end of file