mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
update final dialog
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
|||||||
############################################
|
############################################
|
||||||
# BLOCKCHAIN INFO & OPTIONS
|
# BLOCKCHAIN INFO & OPTIONS
|
||||||
|
|
||||||
if [ ${syncProgress} -lt 99 ]; then
|
if [ ${syncProgress} -lt 75 ]; then
|
||||||
clear
|
clear
|
||||||
echo "Your Blockchain is at ${syncProgress}% - this might take multiple days to validate."
|
echo "Your Blockchain is at ${syncProgress}% - this might take multiple days to validate."
|
||||||
echo "TODO: Option COPY OVER LAN IF BITCOIN"
|
echo "TODO: Option COPY OVER LAN IF BITCOIN"
|
||||||
@@ -60,5 +60,7 @@ else
|
|||||||
read key
|
read key
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Starting ..."
|
||||||
|
|
||||||
# signal to backend that all is good and it can continue
|
# signal to backend that all is good and it can continue
|
||||||
sudo sed -i "s/^state=.*/state='finalready'/g" /home/admin/raspiblitz.info
|
sudo sed -i "s/^state=.*/state='finalready'/g" /home/admin/raspiblitz.info
|
Reference in New Issue
Block a user