]> git.proxmox.com Git - pmg-api.git/commitdiff
pmg config: fix avast scan executable path documentation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Jun 2019 11:59:19 +0000 (13:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Jun 2019 11:59:21 +0000 (13:59 +0200)
as it changed in newer releases

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PMG/Config.pm

index 89e68f6039db465f06d38034d3dd3eb72c0c9d73..2392db8eaefeff84eba5351280cfeea4c4d472ff 100755 (executable)
@@ -93,7 +93,7 @@ sub properties {
            pattern => "http://.*",
        },
        avast => {
-           description => "Use Avast Virus Scanner (/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature.",
+           description => "Use Avast Virus Scanner (/usr/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature.",
            type => 'boolean',
            default => 0,
        },