1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

no pipes so no need for pipefail

Signed-off-by: Felix Bartels <felix@host-consultants.de>
(cherry picked from commit f47f32b4d030e11613ad323d740f55992fcc9ca4)
This commit is contained in:
Felix Bartels 2020-02-25 13:13:54 +01:00
parent 68262db559
commit d476e71dab

View File

@ -2,7 +2,7 @@
mkdir -p /kopano/ssl/clients/ mkdir -p /kopano/ssl/clients/
set -euo pipefail set -euo
# clean out any potential port numbers # clean out any potential port numbers
FQDN=${FQDN%:*} FQDN=${FQDN%:*}