#! /bin/bash


 # This will delete data older than the number of days specified in the retention script
 /srv/stechuhr-server/env/bin/python /srv/stechuhr-server/stechuhr_server/retention.py

 # you can also run the above with the --dry-run option to just see what _would_ happen:
 # /srv/stechuhr-server/env/bin/python /srv/stechuhr-server/stechuhr_server/retention.py --dry-run