From 4315fdef96a9c4bbdf287ab97df2ab7b2e3168f2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 7 Aug 2017 11:28:14 +0200 Subject: [PATCH] Fix typo in occ command Fixes #544 Signed-off-by: Morris Jobke --- .../configuration_files/encryption_configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index c59f0267f..aeeeffe60 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -216,7 +216,7 @@ command gives you the option to encrypt all files. You must first put your Nextcloud server into maintenance mode to prevent any user activity until encryption is completed:: - occ maintenance:maintenance --on + occ maintenance:mode --on Maintenance mode is currently enabled Then run ``occ``:: @@ -269,12 +269,12 @@ You may disable encryption only with ``occ``. Make sure you have backups of all encryption keys, including users'. Put your Nextcloud server into maintenance mode, and then disable your encryption module with this command:: - occ maintenance:maintenance --on + occ maintenance:mode --on occ encryption:disable Take it out of maintenance mode when you are finished:: - occ maintenance:maintenance --off + occ maintenance:mode --off Files Not Encrypted -------------------