From b06c9d0db4968ce9334735a06510fb9246eff7d4 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 15 Sep 2018 08:57:34 +0200 Subject: [PATCH] bug fix --- build.sdcard/raspbianStretchDesktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index f8f85c7..2079358 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -118,7 +118,7 @@ cd /home/admin/download # download resources sudo -u admin wget https://bitcoin.org/bin/bitcoin-core-${bitcoinVersion}/test.rc3/bitcoin-${bitcoinVersion}rc3-arm-linux-gnueabihf.tar.gz -if [ ! -f "./bitcoin-${bitcoinVersion}-arm-linux-gnueabihf.tar.gz" ] +if [ ! -f "./bitcoin-${bitcoinVersion}rc3-arm-linux-gnueabihf.tar.gz" ] then echo "!!! FAIL !!! Download BITCOIN BINARY not success." exit 1