Added delay before getting IP address after container was created to handle container still booting

This commit is contained in:
hak8or 2017-11-15 00:30:59 -05:00
parent 0738fdfc47
commit ed3e0c1276
1 changed files with 3 additions and 0 deletions

View File

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