Fix docker script and props
* Fix output for docker script (handle lines that didn't have values) * Fix props.conf LINE_BREAKER for docker
This commit is contained in:
parent
5551b8973d
commit
e5e03ea464
6 changed files with 41 additions and 10 deletions
|
@ -17,7 +17,7 @@ docs_section_override = AddOns:released
|
|||
|
||||
[launcher]
|
||||
author = Michael Erdely
|
||||
version = 9.2.0.5
|
||||
version = 9.2.0.6
|
||||
description = Technical Add-on for Unix and Linux
|
||||
|
||||
#[package]
|
||||
|
@ -26,5 +26,5 @@ description = Technical Add-on for Unix and Linux
|
|||
|
||||
[id]
|
||||
name = TA-unix
|
||||
version = 9.2.0.5
|
||||
version = 9.2.0.6
|
||||
|
||||
|
|
|
@ -517,7 +517,7 @@ KV_MODE=multi
|
|||
|
||||
[docker]
|
||||
SHOULD_LINEMERGE=false
|
||||
LINE_BREAKER=(^$|[\r\n]+[\r\n]+)
|
||||
LINE_BREAKER=(^$|[\r\n]+)
|
||||
TRUNCATE=1000000
|
||||
KV_MODE = json
|
||||
FIELDALIAS-dest_for_docker = host as dest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue