mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
1d2df8d499
Previously it was assumed the sed operation was applying the sed expressions as a sequence, but it did not seem to filter entries being looked up correctly. Instead any line that matched either sed expression pattern was output (_value without matching key, values split by the delimiter_), then grep would match any of that causing false-positives. Resolved by piping the first sed expression into the next. |
||
---|---|---|
.. | ||
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 |