From 323804306d2fc5237e5daec8367259c0ae25b5cc Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Fri, 16 Dec 2016 13:34:07 +0100 Subject: [PATCH] fix visual issue with section 9 fixes #270 --- admin_manual/maintenance/manual_upgrade.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index effc7f701..5c33a6172 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -48,11 +48,11 @@ The other way is by entering your ``config.php`` file and changing directory to your new one. Make sure the directory permissions of your third party application directories are the same as for the other ones. -9. Adjust file ownership and permissions +9. Adjust file ownership and permissions:: - chown -R www-data:www-data nextcloud - find nextcloud/ -type d -exec chmod 750 {} \; - find nextcloud/ -type f -exec chmod 640 {} \; + chown -R www-data:www-data nextcloud + find nextcloud/ -type d -exec chmod 750 {} \; + find nextcloud/ -type f -exec chmod 640 {} \; 10. Restart your Web server.