docker-mailserver.docker-ma.../target/scripts/helpers
polarathene 01f7db0965 chore: Preserve K/V white-space of original source
No need to check for a non-empty value to prepend a space (_since an empty value is used via sed anyway?_).

Can also be a bit DRY with the sed pattern, matching the key + delimiter (_and all white-space before/after the delimiter until the value_), then capture that for the replacement left-side value while only actually swapping the value for the ENV input value.

Should be an improvement, unless there is a scenario that would differ between `` and ` ` as valid value assignments?
2023-09-04 11:49:26 +12:00
..
database Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
accounts.sh Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
aliases.sh scripts: add wrapper to update Postfix configuration safely (#3484) 2023-08-22 08:03:41 +00:00
change-detection.sh Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
dns.sh Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
error.sh Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
index.sh Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
lock.sh Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
log.sh Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
network.sh Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
postfix.sh scripts: add wrapper to update Postfix configuration safely (follow up) (#3503) 2023-08-28 09:40:24 +12:00
relay.sh scripts: add wrapper to update Postfix configuration safely (#3484) 2023-08-22 08:03:41 +00:00
ssl.sh Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
utils.sh chore: Preserve K/V white-space of original source 2023-09-04 11:49:26 +12:00