Reboot before creating users
This commit is contained in:
parent
3bf64ff7e5
commit
81c06bf5e0
|
@ -134,6 +134,8 @@ $null = New-Module {
|
|||
Write-Host "Entering install phase";
|
||||
Deploy-SoftwareAction;
|
||||
Set-SetupStage ([SetupStage]::CreateUser);
|
||||
Restart-Intermediate;
|
||||
return;
|
||||
}
|
||||
([SetupStage]::CreateUser) {
|
||||
Install-ValhallaUsers;
|
||||
|
|
Loading…
Reference in a new issue