Commit d23754a
committed
make boot.sh run as process 0
we want boot.sh to correctly receive and forwards signals. this commit removes
the double indirection (`CMD` in non array form will already execute the command
in a sh subshell and we wrapped our script in another one).1 parent 6f49345 commit d23754a
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments