This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Commit 31ade31
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 <christik@us.ibm.com>
Co-authored-by: rykal-nate <57912892+rykal-nate@users.noreply.github.com>1 parent be903da commit 31ade31
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
0 commit comments