From 1a6a6b92e4c4713b35636c6bf04623732f17439c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 3 Mar 2019 18:56:41 +0900 Subject: [PATCH] Better logs --- contrib/FastSync/save-utxo-set.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/FastSync/save-utxo-set.sh b/contrib/FastSync/save-utxo-set.sh index 8352559..ceb3d4c 100755 --- a/contrib/FastSync/save-utxo-set.sh +++ b/contrib/FastSync/save-utxo-set.sh @@ -34,7 +34,7 @@ btcpay-up.sh echo "Calculating the hash of the tar file..." TAR_FILE="$(echo /var/lib/docker/volumes/generated_bitcoin_datadir/_data/utxo-snapshot-*)" -echo "Tar file of size $(ls -s -h $TAR_FILE) at $TAR_FILE" +echo "Tar file of size $(ls -s -h $TAR_FILE)" TAR_FILE_HASH="$(sha256sum "$TAR_FILE" | cut -d " " -f 1)" if [[ "$AZURE_STORAGE_CONNECTION_STRING" ]]; then