Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update antivirus_configuration.rst #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

userofgithub023897
Copy link
Owner

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".
``

### ☑️ Resolves

The new command worked without any problems.

occ config:app:set files_antivirus av_background_scan --value="yes"


The message shows the successful execution of the command:

Config value av_background_scan for app files_antivirus set to yes


### 🖼️ Screenshots

<!--
Please add a screenshot of your changed or added page(s).
This helps reviewers to quickly see how the resulting
lists, code blocks, headers and links look.
-->

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant