summaryrefslogtreecommitdiff
path: root/idp/shib-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'idp/shib-entrypoint.sh')
-rwxr-xr-xidp/shib-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/idp/shib-entrypoint.sh b/idp/shib-entrypoint.sh
index b0aa661..8675c93 100755
--- a/idp/shib-entrypoint.sh
+++ b/idp/shib-entrypoint.sh
@@ -137,4 +137,4 @@ if [ -e ${DATADIR}/sp-metadata ]; then
fi
# Start jetty
-/docker-entrypoint.sh java -jar /usr/local/jetty/start.jar
+exec /docker-entrypoint.sh java -jar /usr/local/jetty/start.jar