From eee470481287f5108d556a31308eff13fa12136d Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 5 Jun 2020 18:28:18 +0200 Subject: [PATCH] fix script syntax --- home.admin/config.scripts/bonus.electrs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 9e9397dc..b114ff74 100644 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -39,7 +39,6 @@ if [ "$1" = "status" ]; then if [ "${syncedToBlock}" = "${blockchainHeight}" ] || [ "${syncedToBlock}" = "${lastBlockchainHeight}" ]; then echo "tipSynced=1" else - if echo "tipSynced=0" fi