You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifstrings.Contains(output, "service is not started") {
The text was updated successfully, but these errors were encountered:
qoomon
changed the title
SSM Agent can not be installed on Windows with $PSCulture = "de-DE"
[Bug] SSM Agent can not be installed on Windows with $PSCulture = "de-DE"
Dec 6, 2024
Because of checking against the output of windows service manager, following checks will not match and therfore start and stop will always fail.
amazon-ssm-agent/agent/setupcli/managers/servicemanagers/windowsmanager.go
Line 51 in f6ab670
amazon-ssm-agent/agent/setupcli/managers/servicemanagers/windowsmanager.go
Line 72 in f6ab670
The text was updated successfully, but these errors were encountered: