improve antivirus documentation

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
kobergj
2023-03-22 13:45:53 +01:00
committed by jkoberg
parent d8e31feccf
commit 6c00708dbc
5 changed files with 25 additions and 26 deletions

View File

@@ -18,7 +18,6 @@ func AntivirusCommand(cfg *config.Config) *cli.Command {
Category: "services",
Before: func(c *cli.Context) error {
configlog.Error(parser.ParseConfig(cfg, true))
//cfg.Antivirus.Commons = cfg.Commons
return nil
},
Subcommands: command.GetCommands(cfg.Antivirus),