Increase time to wait before first ssh connection
This commit is contained in:
parent
ebbacf619f
commit
853d534c52
|
@ -352,7 +352,7 @@ VM_FE80=$(ipv6calc --action prefixmac2ipv6 --in prefix+mac --out ipv6addr fe80::
|
|||
SSH_HOST="root@${VM_FE80}%${VM_BRIDGE_DEV}"
|
||||
|
||||
echo "INFO : wait 1 minute to be sure that ssh service is started"
|
||||
sleep 60
|
||||
sleep 180
|
||||
|
||||
# Create network configuration file for new VM
|
||||
echo "INFO : Create network configuration file for new VM..."
|
||||
|
|
Loading…
Reference in a new issue