From ed3e0c1276718c7e6764117ce06656668bd9b567 Mon Sep 17 00:00:00 2001 From: hak8or Date: Wed, 15 Nov 2017 00:30:59 -0500 Subject: [PATCH] Added delay before getting IP address after container was created to handle container still booting --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 7eebec7..0cfa520 100644 --- a/deploy.sh +++ b/deploy.sh @@ -175,6 +175,9 @@ AcRP030CAlfad6 # Send and execute our arch init script. FN_exec_script_proxy_container $VMID arch_setup.sh +# Wait a bit for the vm to initilize fully. +sleep 2 + # Get the IPv4 and IPv6 addresses of our noew container. FN_get_IPaddr $VMID