1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-08 16:36:19 +00:00

Changed 'sed -r' to 'sed -E' in setup.sh for better compatibility

This commit is contained in:
r00tc0d3 2019-03-10 17:28:57 +01:00
parent b3af961c13
commit 3bf57693d7

View File

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