From fa855b6e2a2249b4e4c5536e9588608fb3dc45f1 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@garr.it> Date: Sat, 5 Aug 2023 14:23:39 +0200 Subject: [PATCH] Updated 'eccs_cron' file --- eccs_cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eccs_cron b/eccs_cron index 8680e00..de497c5 100644 --- a/eccs_cron +++ b/eccs_cron @@ -1,3 +1,3 @@ 0 3 * * * /usr/bin/touch /home/eccs/eccs.ini 0 4 * * * /bin/bash /home/eccs/cleanAndRunEccs.sh > /home/eccs/logs/eccs-cron.log 2>&1 -0 10 * * * /bin/bash /home/eccs/clean7daysOldFiles.sh > /home/eccs/logs/clean7daysOldFiles.log 2>&1 +0 10 * * * /bin/bash /home/eccs/clean7daysOldFiles.sh > /home/eccs/logs/eccs-clean.log 2>&1 -- GitLab