Add a stage for configuring users
This commit is contained in:
parent
6b7e30c035
commit
62af6e393c
|
@ -426,6 +426,9 @@ $null = New-Module {
|
||||||
}
|
}
|
||||||
([SetupStage]::CreateUser) {
|
([SetupStage]::CreateUser) {
|
||||||
Start-ValhallaUserSetup;
|
Start-ValhallaUserSetup;
|
||||||
|
Set-Stage ([SetupStage]::ConfigureUser);
|
||||||
|
}
|
||||||
|
([SetupStage]::ConfigureUser) {
|
||||||
Set-IsFinished $true;
|
Set-IsFinished $true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue