From 6059294c88ea755e07bdd55cedcc85b25ac58091 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 16 Sep 2019 23:14:09 +0200 Subject: drop debug --- s2i/bin/assemble | 9 --------- 1 file changed, 9 deletions(-) diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 6847f4f..554b195 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -12,15 +12,6 @@ if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi -# debug -echo "---" -set | grep ^HTTPD || true -echo "---" -cat /usr/libexec/s2i/assemble.httpd || true -echo "---" -find /usr/share/container-scripts -type f -print|| true -echo "---" - set -e echo "---> Enabling s2i support in httpd24 image ..." -- cgit