mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-24 07:25:06 +08:00
clamav update
updated supplementary groups
This commit is contained in:
parent
2b416f0923
commit
bc9ab02790
1 changed files with 1 additions and 1 deletions
2
debian/DEBIAN/postinst
vendored
2
debian/DEBIAN/postinst
vendored
|
@ -240,7 +240,7 @@ fi
|
|||
|
||||
# allow supplementary groups
|
||||
CAVOLD='^#AllowSupplementaryGroups.*';
|
||||
CAVNEW='AllowSupplementaryGroups yes';
|
||||
CAVNEW='AllowSupplementaryGroups true';
|
||||
if [ -f '/etc/clamav/clamd.conf' ]; then
|
||||
sed -i "s/${CAVOLD}/${CAVNEW}/g" /etc/clamav/clamd.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue