1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-06-16 03:40:36 +02:00

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
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.
#