docker-mailserver/target/scripts/helpers/database
Brennan Kinney 1d2df8d499
fix: DB helper should properly filter entries (#3359)
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.
2023-05-23 11:02:30 +12:00
..
manage scripts: disallow alias = account (#3270) 2023-04-17 19:22:50 +02:00
db.sh fix: DB helper should properly filter entries (#3359) 2023-05-23 11:02:30 +12:00