From ae7a86eff79f05a4856d50eb04967adc646152bb Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 4 Jun 2020 10:02:39 +0100 Subject: [PATCH] bitcoincore.update: fix typo in message --- raspiblitz.updates/bitcoincore.update.v0.20.0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspiblitz.updates/bitcoincore.update.v0.20.0.sh b/raspiblitz.updates/bitcoincore.update.v0.20.0.sh index 51f108b..a40db93 100644 --- a/raspiblitz.updates/bitcoincore.update.v0.20.0.sh +++ b/raspiblitz.updates/bitcoincore.update.v0.20.0.sh @@ -71,7 +71,7 @@ correctKey=$(echo ${verifyResult} | grep "using RSA key ${laanwjPGP: -16}" -c) echo "correctKey(${correctKey})" if [ ${correctKey} -lt 1 ] || [ ${goodSignature} -lt 1 ]; then echo "" - echo "!!! BUILD FAILED --> LND PGP Verify not OK / signatute(${goodSignature}) verify(${correctKey})" + echo "!!! BUILD FAILED --> PGP Verify not OK / signature(${goodSignature}) verify(${correctKey})" exit 1 else echo "" @@ -152,4 +152,4 @@ lncli unlock echo "" echo "A restart is recommended to bring all services back online. Use: '$ sudo reboot -f'" -echo "" \ No newline at end of file +echo ""