ansible-roles/roles/unmaintained/mayan_edms/templates/post_backup.sh.j2
2021-12-01 19:13:34 +01:00

8 lines
193 B
Django/Jinja

#!/bin/bash -e
rm -f {{ mayan_root_dir }}/backup/*
{% for index in mayan_index_as_fuse %}
umount {{ mayan_root_dir }}/fuse/{{ index }}
rmdir {{ mayan_root_dir }}/fuse/{{ index }}
{% endfor %}