mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
adding minimal mandatory waiting time
This commit is contained in:
@@ -118,7 +118,13 @@ if [ ${lndRunning} -eq 0 ]; then
|
|||||||
sudo systemctl enable lnd
|
sudo systemctl enable lnd
|
||||||
sudo systemctl start lnd
|
sudo systemctl start lnd
|
||||||
echo ""
|
echo ""
|
||||||
dialog --pause " Starting LND - please wait .." 8 58 120
|
echo "waiting ."
|
||||||
|
sleep 10
|
||||||
|
echo "waiting .."
|
||||||
|
sleep 10
|
||||||
|
echo "waiting ..."
|
||||||
|
sleep 10
|
||||||
|
dialog --pause " Starting LND - please wait .." 8 58 90
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###### Check LND starting
|
###### Check LND starting
|
||||||
@@ -410,7 +416,13 @@ else
|
|||||||
echo "OK - LND wallet already exists."
|
echo "OK - LND wallet already exists."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dialog --pause " Waiting for LND - please wait .." 8 58 60
|
echo "waiting ."
|
||||||
|
sleep 10
|
||||||
|
echo "waiting .."
|
||||||
|
sleep 10
|
||||||
|
echo "waiting ..."
|
||||||
|
sleep 10
|
||||||
|
dialog --pause " Waiting for LND - please wait .." 8 58 30
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# Copy LND macaroons to admin
|
# Copy LND macaroons to admin
|
||||||
|
Reference in New Issue
Block a user