Ensure error file can be read from
This commit is contained in:
parent
f136ad35ea
commit
c68b153401
2 changed files with 8 additions and 1 deletions
scripts/Common/Scripts
|
@ -135,6 +135,7 @@ $null = New-Module {
|
|||
}
|
||||
catch {
|
||||
Set-Content -Path $errorPath -Value $Error;
|
||||
Set-UserPermissions $errorPath;
|
||||
}
|
||||
finally {
|
||||
Set-Stage ([SetupStage]::Idle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue