This commit is contained in:
Vassiliy Yegorov
2022-07-29 11:15:49 +07:00
parent 79bcb399f8
commit eebc8ac2af
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
[[ -f data/helpers/keys.json ]] && rm data/helpers/keys.json
rm -rf $(find data/file/ -maxdepth 1 -type f -name "*" ! -name ".gitkeep")
find data/file/ -depth -path "data/file/.gitkeep" -o -delete
docker compose down --remove-orphans