diff --git a/eccs_cron b/eccs_cron index 8680e00566a82cc64c0d85e3d01fef99e2f3102d..de497c5e0cd6131b8d92dbe30233093ed4f1bbbe 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