From ecc8c59101fb5a0d247c78a334f98c7edefbbec6 Mon Sep 17 00:00:00 2001 From: Mac Chaffee Date: Wed, 25 May 2022 02:11:31 -0400 Subject: [PATCH] Use exec in registryctl so signals are passed properly (#16642) Signed-off-by: Mac Chaffee --- make/photon/registryctl/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/photon/registryctl/start.sh b/make/photon/registryctl/start.sh index d98acc8ce..6a93836dd 100644 --- a/make/photon/registryctl/start.sh +++ b/make/photon/registryctl/start.sh @@ -10,4 +10,4 @@ set -e /home/harbor/install_cert.sh -/home/harbor/harbor_registryctl -c /etc/registryctl/config.yml +exec /home/harbor/harbor_registryctl -c /etc/registryctl/config.yml