Skip to content

Commit

Permalink
update to use exec
Browse files Browse the repository at this point in the history
  • Loading branch information
richardallred committed Aug 3, 2019
1 parent a0872a3 commit 6f4e126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2i-scripts/.s2i/bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit 6f4e126

Please sign in to comment.