From 6f4e1265cd110f04ab42b17c720667dcf2c0ce01 Mon Sep 17 00:00:00 2001 From: Richard Allred Date: Sat, 3 Aug 2019 16:43:56 -0400 Subject: [PATCH] update to use exec --- s2i-scripts/.s2i/bin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i-scripts/.s2i/bin/run b/s2i-scripts/.s2i/bin/run index 70305a1..f597543 100644 --- a/s2i-scripts/.s2i/bin/run +++ b/s2i-scripts/.s2i/bin/run @@ -5,4 +5,4 @@ source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh export HTTPD_RUN_BY_S2I=1 # Make Apache show 'debug' level logs during start up -run-httpd -e debug $@ +exec run-httpd -e debug $@