From f6227eb32a3360d4f1faa7aca46dbb8318680893 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 26 Sep 2016 16:49:50 +0200 Subject: [PATCH] actually enable singleuser mode hat tip to Mathias Renner --- admin_manual/configuration_files/encryption_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 9cb0eb0dd..47ce0edf4 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -214,7 +214,7 @@ command gives you the option to encrypt all files. You must first put your Nextcloud server into single-user mode to prevent any user activity until encryption is completed:: - occ maintenance:singleuser + occ maintenance:singleuser --on Single user mode is currently enabled Then run ``occ``::