diff --git a/scripts/has_archive_mix.sh b/scripts/has_archive_mix.sh index 9a84457..ea2321e 100644 --- a/scripts/has_archive_mix.sh +++ b/scripts/has_archive_mix.sh @@ -8,9 +8,9 @@ set -euo pipefail [[ $(find . -name '*.tar.xz' | wc -l) -gt 0 ]] && { echo "Both XZ and zst archives found, pay attention!" -} +} || true [[ $(find . -name '*.db.tar.xz' | wc -l) -gt 0 ]] && [[ $(find . -name '*.db.tar.zst' | wc -l) -gt 0 ]] && { echo "Found XZ and zst databases! Check this!" exit 1 -} +} || true