From 96fe694b552a390a5eff8d207e78782ca94ef89f Mon Sep 17 00:00:00 2001 From: Moviuro Date: Tue, 29 Oct 2019 16:25:58 +0100 Subject: [PATCH] mysql_4byte_support.rst: adjust wording, avoid repetition Co-Authored-By: Sascha Wiswedel --- admin_manual/configuration_database/mysql_4byte_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/mysql_4byte_support.rst b/admin_manual/configuration_database/mysql_4byte_support.rst index 5ab71ee2a..158296092 100644 --- a/admin_manual/configuration_database/mysql_4byte_support.rst +++ b/admin_manual/configuration_database/mysql_4byte_support.rst @@ -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