Commit 7942cfa
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 7942cfa
File tree
2 files changed
+2
-1
lines changed- sdk_container/src/third_party/coreos-overlay/app-misc/ca-certificates
- files
2 files changed
+2
-1
lines changedsdk_container/src/third_party/coreos-overlay/app-misc/ca-certificates/files/update-ca-certificates
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments