mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 03:24:47 +02:00
scripts: add wrapper to update Postfix configuration safely (follow up) (#3503)
This commit is contained in:
parent
f89cbac21c
commit
43a122fe18
2 changed files with 16 additions and 11 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue