diff --git a/crons_jobs b/crons_jobs index 36261e0..86d35b4 100644 --- a/crons_jobs +++ b/crons_jobs @@ -1,2 +1,2 @@ # Exécute la tâche cron toutes les heures -*/5 * * * * cd /app && python manage.py runcrons +*/5 * * * * cd /app && python manage.py runcrons > /proc/1/fd/1 2>/proc/1/fd/2