mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
add sleep
This commit is contained in:
@@ -79,5 +79,6 @@ do
|
|||||||
if [ ${loopUntilSynced} -eq 1 ] && [ "${syncedToChain}" == "0" ]; then
|
if [ ${loopUntilSynced} -eq 1 ] && [ "${syncedToChain}" == "0" ]; then
|
||||||
# loop until synced to chain
|
# loop until synced to chain
|
||||||
loop=1
|
loop=1
|
||||||
|
sleep 3
|
||||||
fi
|
fi
|
||||||
done
|
done
|
Reference in New Issue
Block a user