Files
vault/prune.sh
Vassiliy Yegorov eebc8ac2af fix
2022-07-29 11:15:49 +07:00

7 lines
173 B
Bash
Executable File

#!/bin/bash
[[ -f data/helpers/keys.json ]] && rm data/helpers/keys.json
find data/file/ -depth -path "data/file/.gitkeep" -o -delete
docker compose down --remove-orphans