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