Wait to build images until bitcoin is sycned and drive is free-er

This commit is contained in:
Taylor Helsper 2020-01-14 22:38:03 -06:00
parent e21956eb99
commit bc6f0e77e6

View File

@ -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