update to use exec
This commit is contained in:
parent
a0872a3849
commit
6f4e1265cd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
|
||||||
export HTTPD_RUN_BY_S2I=1
|
export HTTPD_RUN_BY_S2I=1
|
||||||
|
|
||||||
# Make Apache show 'debug' level logs during start up
|
# Make Apache show 'debug' level logs during start up
|
||||||
run-httpd -e debug $@
|
exec run-httpd -e debug $@
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue