Sascha Affolter
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
home.admin/00mainMenu.sh
|
|
@ -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" |
|
|
@ -285,4 +285,4 @@ case $CHOICE in |
|
|
|
./AAunlockLND.sh |
|
|
|
./00mainMenu.sh |
|
|
|
;; |
|
|
|
esac |
|
|
|
esac |
|
|
|