Commit 3e31275
committed
Don't trim whitespace from boot commands
It breaks here-docs.
The original code was likely copied from the getCert() function
above, but skipping empty lines and stripping whitespace is not
appropriate for a shell script.
Signed-off-by: Jan Dubois <[email protected]>1 parent 5843a5c commit 3e31275
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
| 492 | + | |
500 | 493 | | |
501 | 494 | | |
502 | 495 | | |
| |||
0 commit comments