From 1f1e85ad20fcda0cb1a604eac0769968b7a28604 Mon Sep 17 00:00:00 2001 From: piechocki <34336439+piechocki@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:42:46 +0100 Subject: [PATCH] fix integration of code for docs webpage before, the two hyphens were replaced by a dash in the view presented on docs.nextcloud.com, resulting in an erroneous occ command (too many arguments to "config:app:set") Signed-off-by: piechocki <34336439+piechocki@users.noreply.github.com> --- 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 92c219cd75f..5753c4b75f5 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -136,7 +136,7 @@ Encrypting team folders ----------------------- By default team folder are not encrypted. If you want to encrypt your team folders -as well you need to run following occ command: +as well you need to run following occ command:: occ config:app:set groupfolders enable_encryption --value=true