Skip to content

Commit

Permalink
allow kopia scripts works on old clickhouse-server version where clic…
Browse files Browse the repository at this point in the history
…khouse-compressor doesn't exists
  • Loading branch information
Slach committed Nov 19, 2023
1 parent c5b3a63 commit 4ae44a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/kopia/checksum_parser.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
command -v clickhouse-compressor || exit 0
CHECKSUM_FILE=$1
ACTION=$2
ACTION_DIR=$3
Expand Down

0 comments on commit 4ae44a3

Please sign in to comment.