debug cron

This commit is contained in:
2024-04-12 16:25:39 +02:00
parent 81d1243d6d
commit ec313b6636
3 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# Exécute la tâche cron toutes les heures
*/5 * * * * /app/python manage.py runcrons > /var/logs/runcrons.logs
*/5 * * * * python /app/manage.py runcrons > /var/log/runcrons.logs