appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

src: change to use /bin/sh instead of /bin/bash #57

Closed lance closed 4 years ago

lance commented 4 years ago

Some container runtimes are intentionally constraned (e.g. alpine). In these cases, the container may not have /bin/bash on the system. This commit modifies the runPrep and startProcess functions to use /bin/sh instead of /bin/bash.

See also: https://github.com/appsody/appsody/pull/695