Skip to content

Commit

Permalink
VM: Enhance sleep time for configure SLAAC (IPv6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Dec 8, 2023
1 parent a8f7319 commit ea7e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerArubaCP/Public/VM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ function Set-ArubaCPVmSetup {
if ($version -ge "6.10") {
Write-Output "Skip Configure SLAAC IPv6"
Set-VMKeystrokes -VMName $name_vm -SpecialKeyInput "KeyEnter" 6>> $null
Start-Sleep 1
Start-Sleep 2
}

#Password
Expand Down

0 comments on commit ea7e441

Please sign in to comment.