mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
no pipes so no need for pipefail
Signed-off-by: Felix Bartels <felix@host-consultants.de>
(cherry picked from commit f47f32b4d0)
This commit is contained in:
+1
-1
@@ -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%:*}
|
||||||
|
|||||||
Reference in New Issue
Block a user