Add root index generation
This commit is contained in:
parent
02f6b400ac
commit
21762bf1bd
3 changed files with 94 additions and 0 deletions
|
@ -32,6 +32,9 @@ python scripts/generate_reports.py daily --all-domains
|
|||
python scripts/generate_reports.py weekly --all-domains
|
||||
python scripts/generate_reports.py monthly --all-domains
|
||||
|
||||
# Generate root index
|
||||
python scripts/generate_reports.py index
|
||||
|
||||
# Deactivate to keep cron environment clean
|
||||
if type deactivate >/dev/null 2>&1; then
|
||||
deactivate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue