mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-22 10:38:55 +02:00
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? |
||
---|---|---|
.. | ||
database | ||
accounts.sh | ||
aliases.sh | ||
change-detection.sh | ||
dns.sh | ||
error.sh | ||
index.sh | ||
lock.sh | ||
log.sh | ||
network.sh | ||
postfix.sh | ||
relay.sh | ||
ssl.sh | ||
utils.sh |