aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-xs2i/bin/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/run b/s2i/bin/run
index 0523838..1301807 100755
--- a/s2i/bin/run
+++ b/s2i/bin/run
@@ -4,4 +4,4 @@ id -a
pwd
ls -la
ls -la documentroot
-exec "${0}.httpd" "$@"
+sh -x "${0}.httpd" "$@"