This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: change to use /bin/sh instead of /bin/bash (#57)
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: appsody/appsody#695 Co-authored-by: Kyle G. Christianson <[email protected]> Co-authored-by: rykal-nate <[email protected]>
- Loading branch information