mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 14:34:00 +00:00
Wait to build images until bitcoin is sycned and drive is free-er
This commit is contained in:
parent
e21956eb99
commit
bc6f0e77e6
|
@ -10,6 +10,9 @@ echo "Starting mynode_docker_images.sh ..."
|
|||
# Drive should be mounted, let's still wait a bit
|
||||
sleep 60s
|
||||
|
||||
echo "Waiting on bitcoin to sync so drive usage is lower..."
|
||||
/usr/bin/wait_on_bitcoin.sh
|
||||
|
||||
# Loop and check every 1 day
|
||||
while [ 1 ]; do
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user