chore: set sleep 120 before srv start

This commit is contained in:
Alexandre S 2021-05-10 17:23:11 +02:00
parent 3f26aee7da
commit 856f4dceeb
1 changed files with 3 additions and 0 deletions

View File

@ -131,4 +131,7 @@ Add-VMNetworkAdapter -VMName "RTR-03" -SwitchName "Aston" -Name "Aston" -DeviceN
### Starting VMS
echo "Starting VMs"
Start-VM -Name RTR*
Sleep 120
Start-VM -Name SRV*