Wat 1 minute to be sure that SSH service is started
This commit is contained in:
parent
bee8c759c9
commit
ebbacf619f
|
@ -351,6 +351,9 @@ VM_FE80=$(ipv6calc --action prefixmac2ipv6 --in prefix+mac --out ipv6addr fe80::
|
|||
# Define SSH host
|
||||
SSH_HOST="root@${VM_FE80}%${VM_BRIDGE_DEV}"
|
||||
|
||||
echo "INFO : wait 1 minute to be sure that ssh service is started"
|
||||
sleep 60
|
||||
|
||||
# Create network configuration file for new VM
|
||||
echo "INFO : Create network configuration file for new VM..."
|
||||
echo "# This file describes the network interfaces available on your system
|
||||
|
|
Loading…
Reference in a new issue