From dc7a39e19351befd45c7ff64c6cc2bbf1b5a910f Mon Sep 17 00:00:00 2001 From: Aldarien Date: Wed, 29 Nov 2023 22:31:53 -0300 Subject: [PATCH] Output cron execution --- cli/crontab | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/crontab b/cli/crontab index e41ff5a..9296d00 100644 --- a/cli/crontab +++ b/cli/crontab @@ -1,8 +1,8 @@ -0 2 * * * php /code/bin/index.php ventas:cuotas:hoy -0 2 * * * php /code/bin/index.php ventas:cuotas:pendientes -0 2 * * * php /code/bin/index.php ventas:cuotas:vencer -0 2 * * * php /code/bin/index.php ventas:cierres:vigentes -0 2 * * * php /code/bin/index.php proyectos:activos -0 2 * * * php /code/bin/index.php comunas -0 2 * * * php /code/bin/index.php money:uf -0 2 1 * * php /code/bin/index.php money:ipc +0 2 * * * php /code/bin/index.php ventas:cuotas:hoy 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php ventas:cuotas:pendientes 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php ventas:cuotas:vencer 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php ventas:cierres:vigentes 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php proyectos:activos 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php comunas 2>&1 >> /logs/commands +0 2 * * * php /code/bin/index.php money:uf 2>&1 >> /logs/commands +0 2 1 * * php /code/bin/index.php money:ipc 2>&1 >> /logs/commands