From 3d81632698284cd637109f35868330c5ff2f39a1 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 10 Mar 2020 16:38:48 +0100 Subject: [PATCH] also remove wait for socket for secure connections references https://github.com/zokradonh/kopano-docker/pull/346 Signed-off-by: Felix Bartels --- core/start-service.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/start-service.sh b/core/start-service.sh index 0ef92bc..5414767 100755 --- a/core/start-service.sh +++ b/core/start-service.sh @@ -191,7 +191,6 @@ kapi) -timeout 360s else dockerize \ - -wait file:///var/run/kopano/grapi/notify.sock \ -wait "$KCCONF_KAPID_OIDC_ISSUER_IDENTIFIER"/.well-known/openid-configuration \ -timeout 360s fi