From 856f4dceebeed94505a1051733b2037e7fb4cc9f Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Mon, 10 May 2021 17:23:11 +0200 Subject: [PATCH] chore: set sleep 120 before srv start --- Host/Serveurs.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Host/Serveurs.ps1 b/Host/Serveurs.ps1 index 72e5c20..1fa4c01 100644 --- a/Host/Serveurs.ps1 +++ b/Host/Serveurs.ps1 @@ -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*