Update vst-install-debian.sh

This commit is contained in:
myvesta 2020-06-13 00:16:31 +02:00 committed by GitHub
parent 396cbc6a26
commit 08834fcd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1238,7 +1238,6 @@ if [ "$clamd" = 'yes' ]; then
echo "=== Blocking executable files inside zip/rar/tar archives in ClamAV"
wget -nv -O $clamavfolder/foxhole_all.cdb http://c.myvestacp.com/tools/clamav/foxhole_all.cdb
chown clamav:clamav $clamavfolder/foxhole_all.cdb
service clamav-daemon restart
fi
service clamav-daemon start
check_result $? "clamav-daeom start failed"