PSCI icon indicating copy to clipboard operation
PSCI copied to clipboard

[bug] Problem with reboot workstation with other localization

Open chdmitr opened this issue 6 years ago • 0 comments

File Start-DscConfigurationWithRetries.ps1 contains a string: "[string[]]$rebootServerCoincidences = Select-String -Pattern 'reboot is required' -Path $dscResPathTmp" In a system with a different localization, the output is in a different language. The pattern does not work. I have to add a 'reboot is required|требуется перезагрузка' to solve

chdmitr avatar Aug 01 '19 05:08 chdmitr