mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
remove txindex dialog on error
This commit is contained in:
parent
f1632df375
commit
cc2e8c4801
@ -85,7 +85,6 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "
|
||||
fi
|
||||
|
||||
echo "POSSIBLE OPTIONS:"
|
||||
# check if maybe problems with txindex
|
||||
source <(/home/admin/config.scripts/network.txindex.sh status)
|
||||
if [ "${txindex}" == "1" ]; then
|
||||
echo "-> Use command 'repair' and then choose 'DELETE-INDEX' to try rebuilding transaction index."
|
||||
@ -95,8 +94,6 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ] || [ "${1}" == "
|
||||
echo "-> Use command 'menu' to open main menu."
|
||||
echo "-> Have you tried to turn it off and on again? Use command 'restart'"
|
||||
echo ""
|
||||
echo "Use CTRL+c to EXIT to Terminal"
|
||||
sleep 10
|
||||
exit 1
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user