update to use exec

This commit is contained in:
Richard Allred 2019-08-03 16:43:56 -04:00
parent a0872a3849
commit 6f4e1265cd

View file

@ -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 $@