Update 00mainMenu.sh

This commit is contained in:
Sascha Affolter 2018-11-12 21:13:34 +01:00 committed by GitHub
parent 0d570e6c07
commit 7ada148c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ waitUntilChainNetworkIsReady()
if [ ${#clienterror} -gt 0 ]; then
l1="Waiting for ${network}d to get ready.\n"
l2="---> Starting Up\n"
l3="Can take longer if devcie was off."
l3="Can take longer if device was off."
isVerifying=$(echo "${clienterror}" | grep -c 'Verifying blocks')
if [ ${isVerifying} -gt 0 ]; then
l2="---> Verifying Blocks\n"