aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
blob: 477074fbf7b45528ebf97e7b63d1277d2b5d1991 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -x
id -a
pwd
ls -la documentroot
ls -la /etc/httpd
#sh -x "${0}.httpd" "$@"
source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
export HTTPD_RUN_BY_S2I=1
sh -x /usr/bin/run-httpd $@