-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] SSM Agent can not be installed on Windows with $PSCulture = "de-DE" #604
Comments
I think the error code to check should be
|
Thanks, we will look into fixing this. |
that is still an issue. Are you gonna fix it or merge me PR any time soon? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: