From 9e316cd7bfefab8720a8612b6e841d39968eac85 Mon Sep 17 00:00:00 2001 From: ale <ale@manalejandro.com> Date: Thu, 22 May 2025 20:26:00 +0200 Subject: [PATCH] redirect output Signed-off-by: ale <ale@manalejandro.com> --- clamav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav b/clamav index dad5493..25f58b2 100644 --- a/clamav +++ b/clamav @@ -1,2 +1,2 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin -5 4 * * * root freshclam && nice -n10 clamscan -rio --move /data/quarantine /data/queue +5 4 * * * root freshclam && nice -n10 clamscan -rio --move /data/quarantine /data/queue > /dev/stdout 2>&1