From e9931d765c1da46c017ffd13b2d26ee1ba17680f Mon Sep 17 00:00:00 2001 From: Elian Loraux <elian.loraux@tetras-libre.fr> Date: Mon, 31 Mar 2025 10:51:11 +0200 Subject: [PATCH] Chnage cron to saturday --- install/Base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Base.sh b/install/Base.sh index c030146..83ca18b 100644 --- a/install/Base.sh +++ b/install/Base.sh @@ -105,7 +105,7 @@ ufw enable systemctl enable clamav-daemon systemctl enable clamav-freshclam.service systemctl start clamav-daemon -line="0 1 * * 1 $DIR/utils/clamav-weekly.sh > /dev/null 2>&1" +line="0 1 * * 6 $DIR/utils/clamav-weekly.sh > /dev/null 2>&1" (crontab -l; echo "${line}") | crontab - # Rkhunter config -- GitLab