We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d420ea7 commit 23a4cd4Copy full SHA for 23a4cd4
admin_manual/maintenance/manual_upgrade.rst
@@ -48,11 +48,11 @@ The other way is by entering your ``config.php`` file and changing
48
directory to your new one. Make sure the directory permissions of your third
49
party application directories are the same as for the other ones.
50
51
-9. Adjust file ownership and permissions
+9. Adjust file ownership and permissions::
52
53
- chown -R www-data:www-data nextcloud
54
- find nextcloud/ -type d -exec chmod 750 {} \;
55
- 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 {} \;
56
57
10. Restart your Web server.
58
0 commit comments