Browse Source

Update 00mainMenu.sh

#146
Sascha Affolter 6 years ago
committed by GitHub
parent
commit
7ada148c4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      home.admin/00mainMenu.sh

4
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

Loading…
Cancel
Save