From 34e9e4257b7d587389be6da07b7da02450d12688 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 8ecfaec8c..f9b4efb41 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -215,7 +215,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``::