aircox/scripts/cron_diffusions
2016-12-13 20:49:13 +01:00

10 lines
307 B
Bash
Executable File

#! /bin/sh
# aircox daily tasks:
# - diffusions monitoring for the current month
export PATH="/srv/apps/aircox/venv/bin"
/srv/apps/aircox/manage.py diffusions_monitor --update --clean --check
# - diffusions monitoring for the next month
/srv/apps/aircox/manage.py diffusions_monitor --update --next-month