From 33d004a92e6bccb4d93672f692ee855c42744be9 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 12 Feb 2021 10:28:01 +0100 Subject: [PATCH] use wait also for ocis_traefik --- .../examples/ocis_traefik/config/ocis/entrypoint-override.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployments/examples/ocis_traefik/config/ocis/entrypoint-override.sh b/deployments/examples/ocis_traefik/config/ocis/entrypoint-override.sh index d8fe9d24d..c1f96fae4 100644 --- a/deployments/examples/ocis_traefik/config/ocis/entrypoint-override.sh +++ b/deployments/examples/ocis_traefik/config/ocis/entrypoint-override.sh @@ -18,8 +18,7 @@ REVA_USER_UUID=$(ocis accounts list | grep " | Reva Inter " | egrep '[0-9a-f]{8} echo " Reva user UUID: $REVA_USER_UUID" ocis accounts update --password $STORAGE_LDAP_BIND_PASSWORD $REVA_USER_UUID -killall ocis echo "default secrets changed" echo "##################################################" -ocis server +wait # wait for oCIS to exit