From 6fc5d5da6d2f1d3ef416efadf4f93b60be96fa91 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 18 Jun 2020 16:30:25 +0200 Subject: [PATCH] make lines shorter --- home.admin/50copyHDD.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 48536722c..2101f6f08 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -68,9 +68,9 @@ sudo chmod 777 /mnt/hdd/bitcoin echo clear if [ "${CHOICE}" = "WINDOWS" ]; then - echo "********************************************************************************" + echo "****************************************************************************" echo "Instructions to COPY/TRANSFER SYNCED BLOCKCHAIN from a WINDOWS computer" - echo "********************************************************************************" + echo "****************************************************************************" echo "" echo "ON YOUR WINDOWS COMPUTER download and validate the blockchain with the Bitcoin" echo "Core wallet software (>=0.17.1) from: bitcoincore.org/en/download" @@ -88,9 +88,9 @@ if [ "${CHOICE}" = "WINDOWS" ]; then echo "If asked for a password use PASSWORD A (or 'raspiblitz')." fi if [ "${CHOICE}" = "MACOS" ]; then - echo "********************************************************************************" + echo "****************************************************************************" echo "Instructions to COPY/TRANSFER SYNCED BLOCKCHAIN from a MacOSX computer" - echo "********************************************************************************" + echo "****************************************************************************" echo "" echo "ON YOUR MacOSX COMPUTER download and validate the blockchain with the Bitcoin" echo "Core wallet software (>=0.17.1) from: bitcoincore.org/en/download" @@ -109,9 +109,9 @@ if [ "${CHOICE}" = "MACOS" ]; then echo "computer and the last is the PASSWORD A (or 'raspiblitz') of this RaspiBlitz." fi if [ "${CHOICE}" = "LINUX" ]; then - echo "********************************************************************************" + echo "****************************************************************************" echo "Instructions to COPY/TRANSFER SYNCED BLOCKCHAIN from a LINUX computer" - echo "********************************************************************************" + echo "****************************************************************************" echo "" echo "ON YOUR LINUX COMPUTER download and validate the blockchain with the Bitcoin" echo "Core wallet software (>=0.17.1) from: bitcoincore.org/en/download" @@ -130,9 +130,9 @@ if [ "${CHOICE}" = "LINUX" ]; then echo "computer and the last is the PASSWORD A (or 'raspiblitz') of this RaspiBlitz." fi if [ "${CHOICE}" = "BLITZ" ]; then - echo "********************************************************************************" + echo "****************************************************************************" echo "Instructions to COPY/TRANSFER SYNCED BLOCKCHAIN from another RaspiBlitz" - echo "********************************************************************************" + echo "****************************************************************************" echo "" echo "The other RaspiBlitz needs a minimum version of 1.6 (if lower, update first)." echo "Make sure that the other RaspiBlitz is on the same local network." @@ -145,7 +145,7 @@ if [ "${CHOICE}" = "BLITZ" ]; then fi echo "" echo "It can take multiple hours until transfer is complete - be patient." -echo "********************************************************************************" +echo "****************************************************************************" echo "PRESS ENTER if transfers is done OR if you want to choose another option." sleep 2 read key