forked from rc/aircox
10 lines
307 B
Bash
Executable File
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
|
|
|