Enter next stage after configuration
This commit is contained in:
parent
95f65458eb
commit
e10a91094e
|
@ -109,6 +109,8 @@ $null = New-Module {
|
|||
Stop-Service $service;
|
||||
}
|
||||
}
|
||||
|
||||
Set-Stage ([SetupStage]::Install);
|
||||
}
|
||||
([SetupStage]::Install) {
|
||||
Write-Host "Entering install phase";
|
||||
|
|
Loading…
Reference in a new issue