Skip to content

Files

Latest commit

8fafcbc · May 6, 2020

History

History
15 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 506 Bytes

Go bash wrapper

  • Forwards CLI arguments to /bin/bash
  • Adds GO_SH_WRAPPER environment variable

But, why?

Amazon ssm-agent by default runs with sh command and such does does not process user home-directory startup files like ~/.bashrc. This wrapper is stop-gap fix until ssm-agent supports more configuration parameters

Replace standard /bin/sh with sh file produce by running make build on your ec2 instance

Relevant discussion