scripts: add wrapper to update Postfix configuration safely (follow up) (#3503)

This commit is contained in:
Casper 2023-08-27 23:40:24 +02:00 committed by GitHub
parent f89cbac21c
commit 43a122fe18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 11 deletions

View file

@ -4,6 +4,7 @@ function _escape() {
echo "${1//./\\.}"
}
# TODO: Not in use currently. Maybe in the future: https://github.com/docker-mailserver/docker-mailserver/pull/3484/files#r1299410851
# Replaces a string so that it can be used inside
# `sed` safely.
#