mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
Added delay before getting IP address after container was created to handle container still booting
This commit is contained in:
parent
0738fdfc47
commit
ed3e0c1276
@ -175,6 +175,9 @@ AcRP030CAlfad6
|
|||||||
# Send and execute our arch init script.
|
# Send and execute our arch init script.
|
||||||
FN_exec_script_proxy_container $VMID arch_setup.sh
|
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.
|
# Get the IPv4 and IPv6 addresses of our noew container.
|
||||||
FN_get_IPaddr $VMID
|
FN_get_IPaddr $VMID
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user