From 453c82e048b21a2dbd699df7419dedb5dd36a5d1 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 10 May 2022 08:32:14 +0100 Subject: [PATCH] electrs update to v0.9.7 --- home.admin/config.scripts/bonus.electrs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 58669d17e..0c21295b3 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/romanz/electrs/releases -ELECTRSVERSION="v0.9.5" +ELECTRSVERSION="v0.9.7" # https://github.com/romanz/electrs/commits/master # ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a" @@ -437,7 +437,7 @@ WantedBy=multi-user.target echo "whitelist=download@127.0.0.1" | sudo tee -a /mnt/hdd/bitcoin/bitcoin.conf bitcoindRestart=yes fi - + source <(/home/admin/_cache.sh get state) if [ "${state}" == "ready" ]; then if [ "${bitcoindRestart}" == "yes" ]; then