attempting fix
This commit is contained in:
@@ -5,7 +5,7 @@ param(
|
||||
[Parameter(Mandatory = $true)]
|
||||
[string]$WorkerType,
|
||||
|
||||
[string]$DataRoot = "$env:ProgramData\UnifiedWorkers",
|
||||
[string]$DataRoot = (Join-Path ([Environment]::GetFolderPath('LocalApplicationData')) 'UnifiedWorkers'),
|
||||
|
||||
[switch]$CommandOnly,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user