mysql_4byte_support.rst: adjust wording, avoid repetition

Co-Authored-By: Sascha Wiswedel <wiswedel@users.noreply.github.com>
This commit is contained in:
Moviuro 2019-10-29 16:25:58 +01:00 committed by GitHub
parent 2e8a5c5014
commit 96fe694b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ installation needs to be tweaked a bit.
innodb_file_format=barracuda
innodb_file_per_table=1
3. Open a shell, change dir (change ``/var/www/nextcloud`` to your nextcloud location if needed), and put your nextcloud instance in maintenance mode, if it isn't already::
3. Open a shell, change dir (adjust ``/var/www/nextcloud`` to your nextcloud location if needed), and put your nextcloud instance in maintenance mode, if it isn't already::
$ cd /var/www/nextcloud
$ sudo -u www-data php occ maintenance:mode --on