mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
clamav installer notification fix
This commit is contained in:
parent
14b1bdf78a
commit
b2701563a6
1 changed files with 2 additions and 0 deletions
|
@ -1208,6 +1208,8 @@ if [ "$clamd" = 'yes' ]; then
|
|||
gpasswd -a clamav mail
|
||||
gpasswd -a clamav Debian-exim
|
||||
cp -f $vestacp/clamav/clamd.conf /etc/clamav/
|
||||
touch /var/lib/clamav/clamd.sock
|
||||
chown clamav:clamav /var/lib/clamav/clamd.sock
|
||||
/usr/bin/freshclam
|
||||
update-rc.d clamav-daemon defaults
|
||||
if [ ! -d "/var/run/clamav" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue