diff --git a/src/deploy/shell/deploy-httplogger.sh b/src/deploy/shell/deploy-httplogger.sh new file mode 100755 index 0000000000..c4ce89d2ae --- /dev/null +++ b/src/deploy/shell/deploy-httplogger.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +if [ -z "$BASH_VERSION" ]; then + echo "This script requires Bash. Use: bash $0 $*" + exit 0 +fi +SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")") + +cat > deploy-httplogger.shell <