Commit d6c0d42
committed
app-misc/ca-certificates: Account for certs missing newlines
Concatenating certificates missing newlines naively with cat results in broken
bundle. Fix the issue by using a sed expression that appends a trailing newline
after the lastline if it is missing.
Issue: flatcar/Flatcar#1601
Signed-off-by: Jeremi Piotrowski <[email protected]>1 parent 707490d commit d6c0d42
File tree
2 files changed
+4
-1
lines changed- sdk_container/src/third_party/coreos-overlay/app-misc/ca-certificates
- files
2 files changed
+4
-1
lines changedsdk_container/src/third_party/coreos-overlay/app-misc/ca-certificates/files/update-ca-certificates
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments