forked from rc/aircox
merge aircox and aircox_instance
This commit is contained in:
8
scripts/cron_diffusions
Executable file
8
scripts/cron_diffusions
Executable file
@ -0,0 +1,8 @@
|
||||
#! /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
|
||||
|
Reference in New Issue
Block a user