Skip to content

Commit 23a4cd4

Browse files
Jos PoortvlietMorrisJobke
authored andcommitted
fix visual issue with section 9
fixes nextcloud#270
1 parent d420ea7 commit 23a4cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

admin_manual/maintenance/manual_upgrade.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The other way is by entering your ``config.php`` file and changing
4848
directory to your new one. Make sure the directory permissions of your third
4949
party application directories are the same as for the other ones.
5050

51-
9. Adjust file ownership and permissions
51+
9. Adjust file ownership and permissions::
5252

53-
chown -R www-data:www-data nextcloud
54-
find nextcloud/ -type d -exec chmod 750 {} \;
55-
find nextcloud/ -type f -exec chmod 640 {} \;
53+
chown -R www-data:www-data nextcloud
54+
find nextcloud/ -type d -exec chmod 750 {} \;
55+
find nextcloud/ -type f -exec chmod 640 {} \;
5656

5757
10. Restart your Web server.
5858

0 commit comments

Comments
 (0)