We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10acaf2 commit 277af43Copy full SHA for 277af43
1 file changed
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
@@ -129,7 +129,7 @@ public function onRunJob() {
129
$clamav_outdated_warning = false;
130
$clamav_bytecode_updated = false;
131
foreach ($lastLog as $line) {
132
- if (stristr($line,'outdated')) {
+ if (stristr($line,"Can't download daily.cvd from")) {
133
$clamav_outdated_warning = true;
134
}
135
if(stristr($line,'main.cld is up to date')) {
0 commit comments