ansible-roles/roles/jitsi_jibri/templates/clean_records.sh.j2
2021-12-01 19:13:34 +01:00

4 lines
110 B
Django/Jinja

#!/bin/bash -e
find {{ jitsi_root_dir }}/data/recordings -maxdepth 1 -type d -mtime +30 -exec rm -rf "{}" \;