1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-20 14:26:18 +00:00

Merge pull request #104 from r00tc0d3/master

Changed 'sed -r' to 'sed -E' in setup.sh for better compatibility
This commit is contained in:
Felix Bartels 2019-03-10 18:38:45 +01:00 committed by GitHub
commit 142ddc40f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
set -e
fqdn_to_dn() {
printf 'dc=%s' "$1" | sed -r 's/\./,dc=/g'
printf 'dc=%s' "$1" | sed -E 's/\./,dc=/g'
}
random_string() {