Richard Allred
2019-08-03 6f4e1265cd110f04ab42b17c720667dcf2c0ce01
update to use exec
1 files modified
2 ■■■ changed files
s2i-scripts/.s2i/bin/run 2 ●●● patch | view | raw | blame | history
s2i-scripts/.s2i/bin/run
@@ -5,4 +5,4 @@
export HTTPD_RUN_BY_S2I=1
# Make Apache show 'debug' level logs during start up
run-httpd -e debug $@
exec run-httpd -e debug $@