mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 02:22:24 +01:00
more monitor info
This commit is contained in:
@@ -47,12 +47,21 @@ while [ ${finished} -eq 0 ]
|
|||||||
echo "*************************"
|
echo "*************************"
|
||||||
echo "REINDEXING BLOCKCHAIN"
|
echo "REINDEXING BLOCKCHAIN"
|
||||||
echo "*************************"
|
echo "*************************"
|
||||||
|
date
|
||||||
echo "THIS CAN TAKE SOME LONG TIME"
|
echo "THIS CAN TAKE SOME LONG TIME"
|
||||||
echo "If you dont see any progress after 24h keep X pressed to stop."
|
echo "If you dont see any progress after 24h keep X pressed to stop."
|
||||||
|
|
||||||
|
progress=0
|
||||||
|
echo ""
|
||||||
|
echo "PROGRESS: ${progress}%"
|
||||||
|
echo ""
|
||||||
|
|
||||||
#TODO: detect and display progress
|
#TODO: detect and display progress
|
||||||
#TODO: determine when finished and then finished=1
|
#TODO: determine when finished and then finished=1
|
||||||
|
|
||||||
|
echo "You can close terminal while reindex is running.."
|
||||||
|
echo "But you have to login again to check if ready."
|
||||||
|
|
||||||
# wait 2 seconds for key input
|
# wait 2 seconds for key input
|
||||||
read -n 1 -t 2 keyPressed
|
read -n 1 -t 2 keyPressed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user