parent
e6bb6f268c
commit
2f9049e6e6
5 changed files with 21 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
#!/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 %} |
||||
|
Loading…
Reference in new issue