From 08834fcd15a28fbe185e028f497ca1567d29fcf6 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 13 Jun 2020 00:16:31 +0200 Subject: [PATCH] Update vst-install-debian.sh --- install/vst-install-debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index a6c824ce..4a7ea0b6 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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"