Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins Server
0d26003492 Merge remote-tracking branch 'origin/master' into jenkins-build-5 2026-09-22 12:53:19 +02:00

View File

@@ -23,4 +23,4 @@ if grep -q "Infected files: [^0]" "$LOG_FILE" 2>/dev/null; then
mail -s "⚠️ ClamAV Alert on $(hostname)" "$EMAIL" < "$TMP_ALERT" mail -s "⚠️ ClamAV Alert on $(hostname)" "$EMAIL" < "$TMP_ALERT"
fi fi
rm -f "$TMP_ALERT" rm -f "$TMP_ALERT"