9 lines
267 B
Bash
Executable File
9 lines
267 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# aircox daily tasks:
|
|
# - diffusions monitoring for the current month
|
|
/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
|
|
|