From f25f720b877beb3bb5658bd20eb350e5a832c770 Mon Sep 17 00:00:00 2001 From: userofgithub023897 <37366808+userofgithub023897@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:02:54 +0200 Subject: [PATCH] Update antivirus_configuration.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The former command didn`t work. occ config:app:set files_antivirus av_background_scan –-value="off" It caused the error: Too many arguments to "config:app:set" command, expected arguments "app" "name". The new command worked without any problems. Config value av_background_scan for app files_antivirus set to yes Signed-off-by: userofgithub023897 <37366808+userofgithub023897@users.noreply.github.com> --- admin_manual/configuration_server/antivirus_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/antivirus_configuration.rst b/admin_manual/configuration_server/antivirus_configuration.rst index 68145f16566..2c2c9594e12 100644 --- a/admin_manual/configuration_server/antivirus_configuration.rst +++ b/admin_manual/configuration_server/antivirus_configuration.rst @@ -175,4 +175,4 @@ Disabling background scan task You can disable background scan with occ to only scan files during upload. - occ config:app:set files_antivirus av_background_scan --value="off" + occ config:app:set files_antivirus av_background_scan --value="yes"