Compare commits

..

No commits in common. "1d78a7e4b382036665161fa3c28ddde2ef170ec2" and "b069fdac30f338a3f96b8f646587e6450a972689" have entirely different histories.

View File

@ -118,7 +118,7 @@ DEFAULT_DB_IN_USE=false
DEFAULT_INSTALL_CLAMAV_UNOFFICIAL_SIGS=true
DEFAULT_MALWARE_PATROL_IN_USE=false
DEFAULT_MALWARE_PATROL_IN_USE=true
DEFAULT_MALWERE_PATROL_FREE=false
DEFAULT_MP_RECEIPT_NUMBER=106015125438
@ -2962,7 +2962,7 @@ if $SECURITE_INFO_IN_USE ; then
if [[ -f "/etc/clamav/freshclam.conf" ]] ; then
_done=false
for signatur_database in $SI_SIGNATUR_DATABASES ; do
for signatur_database in $SI_SIGNATUR_DATABASES do
if ! $(grep -q -E "DatabaseCustomURL\s+https://www.securiteinfo.com.*${signatur_database}" "/etc/clamav/freshclam.conf" 2>/dev/null) ; then