mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
improve txindex detection
This commit is contained in:
parent
740bb4e7c9
commit
0cd12993b4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ "$1" = "menu" ]; then
|
|||
source <(sudo /home/admin/config.scripts/bonus.btc-rpc-explorer.sh status)
|
||||
|
||||
# check if index is ready
|
||||
if [ ${isIndexed} -eq 0 ]; then
|
||||
if [ "${isIndexed}" == "0" ]; then
|
||||
dialog --title " Blockchain Index Not Ready " --msgbox "
|
||||
The Blockchain Index is still getting build.
|
||||
Please wait and try again later.
|
||||
|
|
Loading…
Add table
Reference in a new issue